Skip to content

Commit 4b62924

Browse files
v0.1.0
1 parent 5268878 commit 4b62924

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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.0.1"
10+
version = "0.1.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.0.1" }
16-
fortifier-macros = { path = "./packages/fortifier-macros", version = "0.0.1" }
15+
fortifier = { path = "./packages/fortifier", version = "0.1.0" }
16+
fortifier-macros = { path = "./packages/fortifier-macros", version = "0.1.0" }
1717
indexmap = "2.12.0"
1818
phonenumber = "0.3.7"
1919
pretty_assertions = "1.4.1"

0 commit comments

Comments
 (0)