Skip to content

Commit bcdebaa

Browse files
bump version to v0.55.0
1 parent cef15be commit bcdebaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

async-vfs-os/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-vfs-os"
3-
version = "0.54.0"
3+
version = "0.55.0"
44
authors = ["Prabir Shrestha <mail@prabir.me>"]
55
edition = "2021"
66
license = "MIT"
@@ -11,7 +11,7 @@ readme = "README.md"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
async-vfs = { path = "../async-vfs", version = "^0.54.0" }
14+
async-vfs = { path = "../async-vfs", version = "^0.55.0" }
1515
cfg-if = "1.0.0"
1616
futures-lite = "1.12.0"
1717
async-std = { version = "1.6.0", features = [ "attributes" ], optional = true }

async-vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-vfs"
3-
version = "0.54.0"
3+
version = "0.55.0"
44
authors = ["Prabir Shrestha <mail@prabir.me>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)