Loading crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.0.1" version = "0.2.0-dev" edition = "2021" description = "S3 service adapter integrated with aws-sdk-s3" license = "Apache-2.0" Loading @@ -15,4 +15,4 @@ aws-smithy-http = "0.53.1" aws-smithy-types = "0.53.1" futures = { version = "0.3.25", default-features = false, features = ["std"] } hyper = "0.14.23" s3s = { version = "0.1.1", path = "../s3s" } s3s = { version = "0.2.0-dev", path = "../s3s" } crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line [package] name = "s3s-fs" version = "0.1.1" version = "0.2.0-dev" edition = "2021" description = "An experimental S3 server based on file system" license = "Apache-2.0" Loading Loading @@ -29,7 +29,7 @@ md-5 = "0.10.5" mime = "0.3.16" numeric_cast = "0.2.1" path-absolutize = "3.0.14" s3s = { version = "0.1.1", path = "../s3s" } s3s = { version = "0.2.0-dev", path = "../s3s" } serde_json = "1.0.91" thiserror = "1.0.38" time = "0.3.17" Loading @@ -46,6 +46,6 @@ aws-config = "0.53.0" aws-credential-types = { version = "0.53.0", features = ["test-util"] } aws-sdk-s3 = "0.23.0" once_cell = "1.17.0" s3s-aws = { version = "0.0.1", path = "../s3s-aws" } s3s-aws = { version = "0.2.0-dev", path = "../s3s-aws" } tokio = { version = "1.24.2", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] } crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "s3s" version = "0.1.1" version = "0.2.0-dev" edition = "2021" description = "S3 Service Adapter" license = "Apache-2.0" Loading justfile +3 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ install: cargo install --offline --path crates/s3s-fs --features binary sync-version: cargo set-version -p s3s 0.1.1 cargo set-version -p s3s 0.2.0-dev cargo set-version -p s3s-codegen 0.0.0 cargo set-version -p s3s-fs 0.1.1 cargo set-version -p s3s-aws 0.0.1 cargo set-version -p s3s-fs 0.2.0-dev cargo set-version -p s3s-aws 0.2.0-dev Loading
crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.0.1" version = "0.2.0-dev" edition = "2021" description = "S3 service adapter integrated with aws-sdk-s3" license = "Apache-2.0" Loading @@ -15,4 +15,4 @@ aws-smithy-http = "0.53.1" aws-smithy-types = "0.53.1" futures = { version = "0.3.25", default-features = false, features = ["std"] } hyper = "0.14.23" s3s = { version = "0.1.1", path = "../s3s" } s3s = { version = "0.2.0-dev", path = "../s3s" }
crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line [package] name = "s3s-fs" version = "0.1.1" version = "0.2.0-dev" edition = "2021" description = "An experimental S3 server based on file system" license = "Apache-2.0" Loading Loading @@ -29,7 +29,7 @@ md-5 = "0.10.5" mime = "0.3.16" numeric_cast = "0.2.1" path-absolutize = "3.0.14" s3s = { version = "0.1.1", path = "../s3s" } s3s = { version = "0.2.0-dev", path = "../s3s" } serde_json = "1.0.91" thiserror = "1.0.38" time = "0.3.17" Loading @@ -46,6 +46,6 @@ aws-config = "0.53.0" aws-credential-types = { version = "0.53.0", features = ["test-util"] } aws-sdk-s3 = "0.23.0" once_cell = "1.17.0" s3s-aws = { version = "0.0.1", path = "../s3s-aws" } s3s-aws = { version = "0.2.0-dev", path = "../s3s-aws" } tokio = { version = "1.24.2", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] }
crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "s3s" version = "0.1.1" version = "0.2.0-dev" edition = "2021" description = "S3 Service Adapter" license = "Apache-2.0" Loading
justfile +3 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ install: cargo install --offline --path crates/s3s-fs --features binary sync-version: cargo set-version -p s3s 0.1.1 cargo set-version -p s3s 0.2.0-dev cargo set-version -p s3s-codegen 0.0.0 cargo set-version -p s3s-fs 0.1.1 cargo set-version -p s3s-aws 0.0.1 cargo set-version -p s3s-fs 0.2.0-dev cargo set-version -p s3s-aws 0.2.0-dev