diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/Cargo.toml b/src/net/Cargo.toml index a2674498..af7b4cbe 100644 --- a/src/net/Cargo.toml +++ b/src/net/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "garage_net" -version = "0.9.1" +version = "0.9.2" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" -license-file = "AGPL-3.0" +license = "AGPL-3.0" description = "Networking library for Garage RPC communication, forked from Netapp" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" readme = "../../README.md" |