Skip to content

Commit

Permalink
chore(Cargo.toml): use workspace for versions-replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed May 21, 2024
1 parent 037d1dd commit 108cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fuel-core-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ rust-version = { workspace = true }
clap = { version = "4.5.3", features = ["derive"] }
color-eyre = "0.6.2"
semver = { workspace = true }
versions-replacer = { path = "../versions-replacer" }
versions-replacer = { workspace = true }

0 comments on commit 108cba3

Please sign in to comment.