0.2.0: bump version
This commit is contained in:
parent
83af1a19a2
commit
1aa60592ba
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "false-bottom"
|
name = "false-bottom"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "A deniable encryption scheme"
|
description = "A deniable encryption scheme"
|
||||||
repository = "https://codeberg.org/skran/false-bottom"
|
repository = "https://codeberg.org/skran/false-bottom"
|
||||||
authors = ["K Shiva Kiran <shiva_kr@riseup.net>"]
|
authors = ["K Shiva Kiran <shiva_kr@riseup.net>"]
|
||||||
|
|
|
@ -10,7 +10,7 @@ Link to Technical Paper: [here](https://doi.org/10.1109/ACCESS.2023.3288285)
|
||||||
To use this library in your Rust program, add the following line under your `Cargo.toml` dependencies:
|
To use this library in your Rust program, add the following line under your `Cargo.toml` dependencies:
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
false-bottom = "0.1.0"
|
false-bottom = "0.2.0"
|
||||||
```
|
```
|
||||||
Check out the [crates.io](https://crates.io/crates/false-bottom) page to check the latest version of this library.
|
Check out the [crates.io](https://crates.io/crates/false-bottom) page to check the latest version of this library.
|
||||||
Refer to the documentation at [docs.rs](https://docs.rs/false-bottom).
|
Refer to the documentation at [docs.rs](https://docs.rs/false-bottom).
|
||||||
|
|
Loading…
Reference in New Issue