Skip to content

Commit

Permalink
refactor!: rename async_tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Nov 1, 2023
1 parent cddd5ba commit e5cd659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "struct_db"
version = "0.4.0"
version = "0.4.3"
authors = ["Vincent Herlemont <[email protected]>"]
edition = "2018"
description = "Drop-in embedded database"
Expand All @@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }

# Optional tokio support
tokio = { version = "1.29", features = ["sync"], optional = true }
tokio = { version = "1", features = ["sync"], optional = true }

[dev-dependencies]
assert_fs = "1.0"
Expand Down

0 comments on commit e5cd659

Please sign in to comment.