Skip to content

Commit

Permalink
add rwf version lock to rwf-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 22, 2024
1 parent 3ac3a3e commit 7fa1c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwf-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["/templates"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rwf = { path = "../rwf" }
rwf = { path = "../rwf", version = ">=0.1" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 7fa1c4d

Please sign in to comment.