Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Mar 3, 2023
1 parent 7bf2d25 commit 8fc7a52
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.3"
version = "1.1.4"
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 @@ -12,7 +12,7 @@ license.workspace = true
[dependencies]
clap2 = { version = "4.1.8", features = ["derive", "wrap_help"] }
error-stack = "0.3.1"
fuc_engine = { version = "1.1.3", path = "../fuc_engine" }
fuc_engine = { version = "1", path = "../fuc_engine" }
thiserror = "1.0.38"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rmz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true
[dependencies]
clap2 = { version = "4.1.8", features = ["derive", "wrap_help"] }
error-stack = "0.3.1"
fuc_engine = { version = "1.1.3", path = "../fuc_engine" }
fuc_engine = { version = "1", path = "../fuc_engine" }
thiserror = "1.0.38"

[dev-dependencies]
Expand Down

0 comments on commit 8fc7a52

Please sign in to comment.