diff options
author | Alex <alex@adnab.me> | 2024-03-01 14:07:00 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-01 14:07:00 +0000 |
commit | e28599497702ab541f652d9d5ae097049b3b804d (patch) | |
tree | 92a6f94078749f875d9e6e66a14f345768685b87 /src/rpc/Cargo.toml | |
parent | 34086531a842199d6d998bd85d8f65429c4a351d (diff) | |
parent | d94b086db32788bf5b8206852052c9f7c8a31cd8 (diff) | |
download | garage-e28599497702ab541f652d9d5ae097049b3b804d.tar.gz garage-e28599497702ab541f652d9d5ae097049b3b804d.zip |
Merge pull request 'Bump version to v0.8.6' (#746) from rel-0.8.6 into main-0.8.x
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/746
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 b7a340f3..87cead5e 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_rpc" -version = "0.8.5" +version = "0.8.6" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |