Skip to content

Commit 451c5d6

Browse files
v0.2.0
1 parent 9fadf88 commit 451c5d6

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ authors = ["Rust for Web <info@rustforweb.org>"]
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/fortifier"
10-
version = "0.1.3"
10+
version = "0.2.0"
1111

1212
[workspace.dependencies]
1313
chrono = "0.4.42"
1414
email_address = { version = "0.2.9", default-features = false }
15-
fortifier = { path = "./packages/fortifier", version = "0.1.2" }
16-
fortifier-macros = { path = "./packages/fortifier-macros", version = "0.1.2" }
15+
fortifier = { path = "./packages/fortifier", version = "0.2.0" }
16+
fortifier-macros = { path = "./packages/fortifier-macros", version = "0.2.0" }
1717
indexmap = "2.12.0"
1818
phonenumber = "0.3.7"
1919
pretty_assertions = "1.4.1"

0 commit comments

Comments
 (0)