-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: rename async_tokio feature
- Loading branch information
1 parent
cddd5ba
commit e5cd659
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|