Skip to content

Commit b7ef60c

Browse files
committed
versoning
1 parent ca842d5 commit b7ef60c

File tree

5 files changed

+3
-194
lines changed

5 files changed

+3
-194
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.3.0"
3+
version = "0.4.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.3.0" }
16+
key-paths-core = { path = "key-paths-core", version = "0.4.0" }
1717

1818

1919
[workspace]

key-paths-core/.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

key-paths-core/.idea/key-paths-core.iml

Lines changed: 0 additions & 11 deletions
This file was deleted.

key-paths-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "key-paths-core"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55
authors = ["Codefonsi <[email protected]>"]
66
license = "MPL-2.0"

key-paths-core/README.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)