From db3c8c6d0e0b3d39a4d523ec5735fe291699005b Mon Sep 17 00:00:00 2001 From: "Evgeny (Zhenia) Dolgii" Date: Fri, 14 Mar 2025 16:02:29 +0000 Subject: [PATCH] Update versions of published crates Signed-off-by: Evgeny (Zhenia) Dolgii --- Cargo.lock | 8 ++++---- mountpoint-s3-client/Cargo.toml | 4 ++-- mountpoint-s3-crt-sys/Cargo.toml | 2 +- mountpoint-s3-crt/Cargo.toml | 4 ++-- mountpoint-s3-fs/Cargo.toml | 2 +- mountpoint-s3/Cargo.toml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4948e9e3a..eda59c693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2783,7 +2783,7 @@ dependencies = [ [[package]] name = "mountpoint-s3-client" -version = "0.13.1" +version = "0.13.2" dependencies = [ "async-io", "async-lock", @@ -2826,7 +2826,7 @@ dependencies = [ [[package]] name = "mountpoint-s3-crt" -version = "0.12.1" +version = "0.13.0" dependencies = [ "anyhow", "clap", @@ -2848,7 +2848,7 @@ dependencies = [ [[package]] name = "mountpoint-s3-crt-sys" -version = "0.12.1" +version = "0.13.0" dependencies = [ "bindgen 0.71.1", "cc", @@ -2860,7 +2860,7 @@ dependencies = [ [[package]] name = "mountpoint-s3-fs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/mountpoint-s3-client/Cargo.toml b/mountpoint-s3-client/Cargo.toml index 48662b095..0293cb295 100644 --- a/mountpoint-s3-client/Cargo.toml +++ b/mountpoint-s3-client/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "mountpoint-s3-client" # See `/mountpoint-s3-client/PUBLISHING_CRATES.md` to read how to publish new versions. -version = "0.13.1" +version = "0.13.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" description = "High-performance Amazon S3 client for Mountpoint for Amazon S3." [dependencies] -mountpoint-s3-crt = { path = "../mountpoint-s3-crt", version = "0.12.1" } +mountpoint-s3-crt = { path = "../mountpoint-s3-crt", version = "0.13.0" } async-trait = "0.1.85" auto_impl = "1.2.1" diff --git a/mountpoint-s3-crt-sys/Cargo.toml b/mountpoint-s3-crt-sys/Cargo.toml index 647bf9121..f87b70859 100644 --- a/mountpoint-s3-crt-sys/Cargo.toml +++ b/mountpoint-s3-crt-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mountpoint-s3-crt-sys" # See `/mountpoint-s3-client/PUBLISHING_CRATES.md` to read how to publish new versions. -version = "0.12.1" +version = "0.13.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" diff --git a/mountpoint-s3-crt/Cargo.toml b/mountpoint-s3-crt/Cargo.toml index 0ad93e16e..b8803b198 100644 --- a/mountpoint-s3-crt/Cargo.toml +++ b/mountpoint-s3-crt/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "mountpoint-s3-crt" # See `/mountpoint-s3-client/PUBLISHING_CRATES.md` to read how to publish new versions. -version = "0.12.1" +version = "0.13.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" description = "Rust interface to the AWS Common Runtime for Mountpoint for Amazon S3." [dependencies] -mountpoint-s3-crt-sys = { path = "../mountpoint-s3-crt-sys", version = "0.12.1" } +mountpoint-s3-crt-sys = { path = "../mountpoint-s3-crt-sys", version = "0.13.0" } futures = "0.3.31" libc = "0.2.169" diff --git a/mountpoint-s3-fs/Cargo.toml b/mountpoint-s3-fs/Cargo.toml index d6f950ea6..ff22acc22 100644 --- a/mountpoint-s3-fs/Cargo.toml +++ b/mountpoint-s3-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mountpoint-s3-fs" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index 602bd6159..68c833179 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -7,7 +7,7 @@ publish = false default-run = "mount-s3" [dependencies] -mountpoint-s3-fs = { path = "../mountpoint-s3-fs", version = "0.1.0" } +mountpoint-s3-fs = { path = "../mountpoint-s3-fs", version = "0.1.1" } mountpoint-s3-client = { path = "../mountpoint-s3-client", version = "0.13.1" } anyhow = { version = "1.0.95", features = ["backtrace"] }