Skip to content

Commit

Permalink
remove unnecessary version numbers from test-only crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Jul 3, 2023
1 parent 678a0b8 commit 4979f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capnpc/test/external-crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
capnp = { version = "0.18.0-alpha", path = "../../../capnp" }
capnp = { path = "../../../capnp" }

[build-dependencies]
capnpc = { version = "0.18.0-alpha", path = "../.." }
capnpc = { path = "../.." }

0 comments on commit 4979f83

Please sign in to comment.