From 74651a746c576dc51c0b253956a1b5ad4aab5169 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Wed, 1 May 2024 17:44:42 -0700 Subject: [PATCH] bump SDP to v0.6.2 --- Cargo.lock | 2 +- sdp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c72acd71..e882e26b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,7 +2158,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sdp" -version = "0.6.1" +version = "0.6.2" dependencies = [ "criterion", "rand", diff --git a/sdp/Cargo.toml b/sdp/Cargo.toml index 3dcf985a4..85ce9ddaf 100644 --- a/sdp/Cargo.toml +++ b/sdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdp" -version = "0.6.1" +version = "0.6.2" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SDP"