Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jan 10, 2024
1 parent 5d15176 commit a73f9bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "1.1.6"
version = "2.0.0"
authors = ["Alex Saveau <[email protected]>"]
edition = "2021"
repository = "https://github.com/SUPERCILEX/fuc"
Expand Down
2 changes: 1 addition & 1 deletion cpz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
[dependencies]
clap = { version = "4.4.11", features = ["derive", "wrap_help"] }
error-stack = "0.4.1"
fuc_engine = { version = "1", path = "../fuc_engine" }
fuc_engine = { version = "2", path = "../fuc_engine" }
once_cell = "1.18.0"
thiserror = "1.0.50"

Expand Down
2 changes: 1 addition & 1 deletion rmz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
[dependencies]
clap = { version = "4.4.11", features = ["derive", "wrap_help"] }
error-stack = "0.4.1"
fuc_engine = { version = "1", path = "../fuc_engine" }
fuc_engine = { version = "2", path = "../fuc_engine" }
thiserror = "1.0.50"

[dev-dependencies]
Expand Down

0 comments on commit a73f9bb

Please sign in to comment.