Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 30, 2024
1 parent 82f2dae commit 4c039ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aegis"
version = "0.6.9"
version = "0.6.10"
edition = "2018"
authors = ["Frank Denis <[email protected]>"]
description = "AEGIS authenticated ciphers (AEGIS-128, AEGIS-256, AEGIS-128X, AEGIS-256X)"
Expand All @@ -15,7 +15,7 @@ readme = "README.md"
version = "0.1"

[build-dependencies]
cc = "1.1.30"
cc = "1.1.31"

[dev-dependencies]
benchmark-simple = "0.1.9"
Expand All @@ -29,7 +29,7 @@ blake3 = "1.5.4"
aead = { optional = true, version = "0.6.0-rc.0", features = ["rand_core"] }

[target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.boring]
version = "4.10.3"
version = "4.11.0"

[[bench]]
name = "benchmark"
Expand Down

0 comments on commit 4c039ee

Please sign in to comment.