Skip to content

Commit

Permalink
bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyy committed Apr 5, 2023
1 parent d29d088 commit 3f12be3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions s3archivefs-fuse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3archivefs-fuse"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,6 +12,6 @@ env_logger = "0.10.0"
tokio = { version = "1", features = ["macros", "fs", "io-util", "rt"] }
aws-config = "0.55.0"
libfuse-sys = { version = "0.4.0", features = ["fuse_35"] }
s3archivefs = { version = "0.1.0", path = "../s3archivefs" }
s3archivefs = { version = "0.3.0", path = "../s3archivefs" }

[build-dependencies]
4 changes: 2 additions & 2 deletions s3archivefs-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3archivefs-lambda"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand All @@ -25,4 +25,4 @@ rand = "0.8.5"
log = "0.4.17"
env_logger = "0.10.0"
http-range = "0.1.5"
s3archivefs = { version = "0.1.0", path = "../s3archivefs" }
s3archivefs = { version = "0.3.0", path = "../s3archivefs" }
2 changes: 1 addition & 1 deletion s3archivefs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3archivefs"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 3f12be3

Please sign in to comment.