Skip to content

Commit d5848ed

Browse files
authored
Merge pull request #5 from akashsoni01/main
all reature added
2 parents e19440e + d6489fa commit d5848ed

File tree

15 files changed

+731
-500
lines changed

15 files changed

+731
-500
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-key-paths"
3-
version = "0.4.0"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["Codefonsi <[email protected]>"]
66
license = "MPL-2.0"
@@ -13,7 +13,7 @@ readme = "./README.md"
1313
include = ["src/**/*", "Cargo.toml", "../../README.md", "LICENSE"]
1414

1515
[dependencies]
16-
key-paths-core = { path = "key-paths-core", version = "0.4.0" }
16+
key-paths-core = { path = "key-paths-core", version = "0.6.0" }
1717

1818

1919
[workspace]

0 commit comments

Comments
 (0)