diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-01 15:14:06 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-01 16:54:39 +0100 |
commit | 6a7623e90d19c670b4fbb3ae6bc51c4c291765f3 (patch) | |
tree | 0c3ef1bf2610e05acafdffe22aa2b88fb86c5d8b /src/net/Cargo.toml | |
parent | 70b9904e9132933996a259504254e427a604aa4a (diff) | |
download | garage-6a7623e90d19c670b4fbb3ae6bc51c4c291765f3.tar.gz garage-6a7623e90d19c670b4fbb3ae6bc51c4c291765f3.zip |
Diffstat (limited to 'src/net/Cargo.toml')
-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" |