Skip to content

Commit e0204d9

Browse files
committed
Prepare for v0.6.0 release
Signed-off-by: Anjan Roy <[email protected]>
1 parent bd92608 commit e0204d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chalamet_pir"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55
resolver = "2"
66
rust-version = "1.85.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ First, add this library crate as a dependency in your Cargo.toml file.
133133

134134
```toml
135135
[dependencies]
136-
chalamet_pir = "=0.5.0"
136+
chalamet_pir = "=0.6.0"
137137
# Or, if you want to offload server-setup to a GPU.
138-
# chalamet_pir = { version = "=0.5.0", features = ["gpu"] }
138+
# chalamet_pir = { version = "=0.6.0", features = ["gpu"] }
139139
rand = "=0.9.0"
140140
rand_chacha = "=0.9.0"
141141
```

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
//!
2020
//! ```toml
2121
//! [dependencies]
22-
//! chalametpir = "=0.5.0"
22+
//! chalametpir = "=0.6.0"
2323
//! # Or, if you want to offload server-setup to GPU.
24-
//! # chalamet_pir = { version = "=0.5.0", features = ["gpu"] }
24+
//! # chalamet_pir = { version = "=0.6.0", features = ["gpu"] }
2525
//! rand = "=0.9.0"
2626
//! rand_chacha = "=0.9.0"
2727
//! ```

0 commit comments

Comments
 (0)