From 55be7d2687a04df8bfa13c27456e5a39da25b32f Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 6 Aug 2024 08:26:20 +0200 Subject: [PATCH] Release 0.8.1 with corrected UC/RC attr setting --- Cargo.lock | 2 +- ibverbs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0fee8b..9356d47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "ibverbs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "bincode", "ibverbs-sys", diff --git a/ibverbs/Cargo.toml b/ibverbs/Cargo.toml index 697b0e1..65105e3 100644 --- a/ibverbs/Cargo.toml +++ b/ibverbs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibverbs" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bindings for RDMA ibverbs through rdma-core"