This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 48743ae minor: Upgrade to latest toolchain (#68)
48743ae is described below
commit 48743ae742e706449934561b2463f24465cb8da0
Author: Renjie Liu <[email protected]>
AuthorDate: Wed Sep 27 15:56:37 2023 +0800
minor: Upgrade to latest toolchain (#68)
---
rust-toolchain.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 4d50218..a5a7402 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -16,5 +16,5 @@
# under the License.
[toolchain]
-channel = "1.72.0"
+channel = "1.72.1"
components = ["rustfmt", "clippy"]