Skip to content

Commit

Permalink
Bumpup versions
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 27, 2024
1 parent bd9a80f commit 7688e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.3"
version = "0.1.4"
edition = "2021"
rust-version = "1.75.0"
repository = "https://github.com/al8n/skipdb"
Expand Down
2 changes: 1 addition & 1 deletion wmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hashbrown = { version = "0.14", optional = true, default-features = false }

crossbeam-channel = { version = "0.5", optional = true }
parking_lot = { version = "0.12", optional = true }
wg = { version = "0.8", optional = true }
wg = { version = "0.9", optional = true }

async-channel = { version = "2", optional = true, default-features = false }
event-listener = { version = "5", optional = true, default-features = false }
Expand Down

0 comments on commit 7688e0d

Please sign in to comment.