diff options
author | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
commit | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (patch) | |
tree | 6d71885b7df3b76b2e9c0b830a678450c285327f /src/garage | |
parent | 32e5686ad8354a2b2b37807ba6d7add73a6d23ee (diff) | |
parent | 51eac97260d768d0f1f93680fad95787f7e42e72 (diff) | |
download | garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.tar.gz garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.zip |
Merge pull request 'Revert netapp to 0.5.2 to avoid rmp-serde upgrade that breaks things' (#627) from hold-netapp-0.5.2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/627
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 4d0eca46..35d87a3e 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage" -version = "0.8.3" +version = "0.8.4" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |