Skip to content

Commit eff8bd2

Browse files
authored
Update Cargo.toml
1 parent ea7f945 commit eff8bd2

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.2.1"
6+
version = "1.2.2"
77
edition = "2021"
88
license = "Apache-2.0 OR MIT"
99
authors = ["Radu Marias <radumarias@gmail.com>"]

0 commit comments

Comments
 (0)