This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
commit 9b974733ada7a8b85d8450c65c2ef0b73b49afbe Author: johankoi <[email protected]> AuthorDate: Tue Apr 26 15:09:55 2022 +0800 Fix: edition: 2021 Signed-off-by: johankoi <[email protected]> --- common/Cargo.toml | 2 +- config/Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- registry/Cargo.toml | 2 +- xds/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 09624c9..b7723d9 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "common" version = "0.1.0" -edition = "2022" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/config/Cargo.toml b/config/Cargo.toml index f074d2d..b8afece 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "config" version = "0.1.0" -edition = "2022" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 7fda9ec..a600f4c 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "metadata" version = "0.1.0" -edition = "2022" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 8000b3c..77c8260 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protocol" version = "0.1.0" -edition = "2022" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/registry/Cargo.toml b/registry/Cargo.toml index 4e56c99..89c58fc 100644 --- a/registry/Cargo.toml +++ b/registry/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "registry" version = "0.1.0" -edition = "2022" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/xds/Cargo.toml b/xds/Cargo.toml index 3b89e37..75e2515 100644 --- a/xds/Cargo.toml +++ b/xds/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xds" version = "0.1.0" -edition = "2022" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
