From 1ea08243a0bcc84f6611e4c882784617895c587f Mon Sep 17 00:00:00 2001 From: core Date: Fri, 4 Aug 2023 23:01:08 -0400 Subject: [PATCH] trifid-api v0.1.5 --- trifid-api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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