Skip to content

Commit

Permalink
afc: bump to 0.3.0 for release (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdygert-spok authored and GitHub Enterprise committed Dec 19, 2024
1 parent ab5bc8d commit 6ef22be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/aranya-afc-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ testing = [

[dependencies]
aranya-crypto = { version = "0.2.1", path = "../aranya-crypto", default-features = false, features = ["alloc"] }
aranya-fast-channels = { version = "0.2.1", path = "../aranya-fast-channels", default-features = false, features = ["alloc"] }
aranya-fast-channels = { version = "0.3.0", path = "../aranya-fast-channels", default-features = false, features = ["alloc"] }
aranya-policy-vm = { version = "0.3.0", path = "../aranya-policy-vm", default-features = false, features = ["derive"] }

indexmap = { version = "2.1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/aranya-fast-channels/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aranya-fast-channels"
description = "High throughput, low latency encryption protected by Aranya Policy"
version = "0.2.1"
version = "0.3.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 6ef22be

Please sign in to comment.