From 84b86abdf9d388e4860c8dfc65fba6a562e95df4 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Thu, 22 Feb 2024 20:42:30 -0800 Subject: [PATCH] bump sdp to v0.6.1 --- Cargo.lock | 2 +- sdp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2019ab107..ec5c73296 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "sdp" -version = "0.6.0" +version = "0.6.1" dependencies = [ "criterion", "rand", diff --git a/sdp/Cargo.toml b/sdp/Cargo.toml index e6c0be818..3dcf985a4 100644 --- a/sdp/Cargo.toml +++ b/sdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdp" -version = "0.6.0" +version = "0.6.1" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SDP"