diff options
author | Alex <alex@adnab.me> | 2024-09-22 13:02:02 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-09-22 13:02:02 +0000 |
commit | a18b3f0d1fb932df5abce6f5e79169ca01006e3b (patch) | |
tree | 3100af88e9c1be1f5259de7af950f0e6c5dbfa4c /src/rpc/Cargo.toml | |
parent | c731f0291a1eff1650fb6c648eb111a4b5e01516 (diff) | |
parent | 7a143f46fc0870fd0763c2161e41430681fa51ab (diff) | |
download | garage-a18b3f0d1fb932df5abce6f5e79169ca01006e3b.tar.gz garage-a18b3f0d1fb932df5abce6f5e79169ca01006e3b.zip |
Merge pull request 'Garage v1.0.1' (#881) from rel-v1.0.1 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/881
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index 4c8cafd9..acde0911 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_rpc" -version = "1.0.0" +version = "1.0.1" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |