Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i007c committed Dec 4, 2024
1 parent 1e3b9dd commit bde3165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shah-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shah-macros"
version = "0.1.0"
version = "0.2.0"
description = "shah db macros"
publish = true
readme.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions shah/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shah"
version = "0.1.2"
version = "0.2.0"
description = "custom database"
publish = true
readme.workspace = true
Expand All @@ -11,8 +11,8 @@ categories.workspace = true
license-file.workspace = true

[dependencies]
# shah-macros = "0.1.0"
shah-macros = { path = "../shah-macros" }
shah-macros = "0.2.0"
# shah-macros = { path = "../shah-macros" }
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"], optional = true }
faster-hex = { version = "0.10.0", optional = true, default-features = false }
Expand Down

0 comments on commit bde3165

Please sign in to comment.