diff --git a/Cargo.lock b/Cargo.lock index 7639465..6a7b429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "yew-fmt" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "basic-toml", diff --git a/Cargo.toml b/Cargo.toml index 9958f1a..f50abdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yew-fmt" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Tim Kurdov "] repository = "https://github.com/schvv31n/yew-fmt" diff --git a/tests/main.rs b/tests/main.rs index 9fb8651..2f2c295 100644 --- a/tests/main.rs +++ b/tests/main.rs @@ -82,3 +82,4 @@ fn issue_9() { fn issue_7() { cmp("tests/samples/issue_7") } +