Skip to content

Commit

Permalink
fix: specify common version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Feb 22, 2024
1 parent 5adfc93 commit d0e748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/preimage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow.workspace = true
cfg-if.workspace = true

# local
kona-common = { path = "../common" }
kona-common = { path = "../common", version = "0.0.1" }

[dev-dependencies]
tokio = { version = "1.36.0", features = ["full"] }
Expand Down

0 comments on commit d0e748d

Please sign in to comment.