Skip to content

Commit 91bb500

Browse files
committed
fix: update version in Cargo.toml to 0.7.0
Updated the version in Cargo.toml from workspace to 0.7.0 to ensure proper versioning and dependency management.
1 parent e5b2648 commit 91bb500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aurora"
3-
version.workspace = true
3+
version = "0.7.0"
44
edition = "2021"
55

66
[lib]
@@ -23,4 +23,4 @@ libcrux-kem = "0.0.2-alpha.3"
2323
rand = "0.8"
2424
anyhow = "1.0"
2525
kem = "0.3.0-pre.0"
26-
rand_core = "0.6.4"
26+
rand_core = "0.6.4"

0 commit comments

Comments
 (0)