diff --git a/trifid-api/Cargo.toml b/trifid-api/Cargo.toml index 7961d9e..33983a8 100644 --- a/trifid-api/Cargo.toml +++ b/trifid-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trifid-api" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Pure-rust Defined Networking compatible management server" license = "GPL-3.0-or-later" @@ -41,4 +41,4 @@ aes-gcm = "0.10.1" # Cryptography ed25519-dalek = "2.0.0-rc.2" # Cryptography dnapi-rs = { version = "0.1", path = "../dnapi-rs" } # API message types -ipnet = "2.7.2" # API message types \ No newline at end of file +ipnet = "2.7.2" # API message types