Skip to content

Commit

Permalink
fix(rust/cbork): Fix package now
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Sep 3, 2024
1 parent 8dfa01e commit 2ea888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cbork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
workspace = true

[dependencies]
cddl-parser = { path = "../cbork-cddl-parser", version = "0.1.0" }
cbork-cddl-parser = { path = "../cbork-cddl-parser", version = "0.1.0" }
clap = { version = "4.5.3", features = ["derive", "env"] }
anyhow = "1.0.71"
console = "0.15.8"
Expand Down

0 comments on commit 2ea888e

Please sign in to comment.