Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tlepoint committed Sep 5, 2023
1 parent a3a97bf commit 6cded69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Tancrède Lepoint"]
documentation = "https://fhe.rs"
edition = "2021"
repository = "https://github.com/tlepoint/fhe.rs"
version = "0.1.0-beta.4"
version = "0.1.0-beta.5"
license-file = "LICENSE"

[workspace.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/fhe-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ version.workspace = true
bench = false # Disable default bench (we use criterion)

[dependencies]
fhe-traits = { version = "^0.1.0-beta.4", path = "../fhe-traits" }
fhe-util = { version = "^0.1.0-beta.4", path = "../fhe-util" }
fhe-traits = { version = "^0.1.0-beta.5", path = "../fhe-traits" }
fhe-util = { version = "^0.1.0-beta.5", path = "../fhe-util" }

crypto-bigint.workspace = true
itertools.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions crates/fhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ version.workspace = true
bench = false # Disable default bench (we use criterion)

[dependencies]
fhe-math = { version = "^0.1.0-beta.4", path = "../fhe-math" }
fhe-traits = { version = "^0.1.0-beta.4", path = "../fhe-traits" }
fhe-util = { version = "^0.1.0-beta.4", path = "../fhe-util" }
fhe-math = { version = "^0.1.0-beta.5", path = "../fhe-math" }
fhe-traits = { version = "^0.1.0-beta.5", path = "../fhe-traits" }
fhe-util = { version = "^0.1.0-beta.5", path = "../fhe-util" }

itertools.workspace = true
num-bigint.workspace = true
Expand Down

0 comments on commit 6cded69

Please sign in to comment.