Skip to content

Commit

Permalink
Add workspace dependency for bytecheck_derive
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Feb 28, 2023
1 parent e37fd31 commit 2738803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ edition = "2021"
license = "MIT"
documentation = "https://docs.rs/bytecheck"
repository = "https://github.com/djkoloski/bytecheck"

[workspace.dependencies]
bytecheck_derive = "0.7.0"
2 changes: 1 addition & 1 deletion bytecheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytecheck_derive = { path = "../bytecheck_derive", default-features = false }
bytecheck_derive = { workspace = true, path = "../bytecheck_derive", default-features = false }
ptr_meta = { version = "0.1", default-features = false }
simdutf8 = { version = "0.1", default-features = false, optional = true }

Expand Down

0 comments on commit 2738803

Please sign in to comment.