Skip to content

Commit 693855a

Browse files
committed
Update deps
Signed-off-by: Patrick Luca Fazzi <patrick91@live.it>
1 parent a393665 commit 693855a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_arkitect"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Patrick Luca Fazzi <patrick91@live.it>"]
55
edition = "2021"
66
description = "rust_arkitect is a lightweight library for defining and validating architectural rules in Rust projects"
@@ -19,5 +19,5 @@ syn = { version = "2.0", features = ["full", "visit"] }
1919
ansi_term = "0.12"
2020
env_logger = "0.11"
2121
log = "0.4.22"
22-
toml = "0.7"
22+
toml = "0.8"
2323
serde = "1"

0 commit comments

Comments
 (0)