Skip to content

Commit 2440209

Browse files
authored
Update Cargo.toml
1 parent 79d64cf commit 2440209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "rencrypt"
55
description = "A Python encryption library implemented in Rust. It supports AEAD with varius ciphers. It uses ring, RustCrypto (and derivates), sodiumoxide and orion to handle encryption. \n If offers slightly higher speed compared to other Python libs, especially for small chunks of data (especially the Ring provider with AES-GCM ciphers). The API also tries to be easy to use but it's more optimized for speed than usability."
6-
version = "1.1.5"
6+
version = "1.2.0"
77
edition = "2021"
88
license = "Apache-2.0 OR MIT"
99
authors = ["Radu Marias <[email protected]>"]

0 commit comments

Comments
 (0)