Skip to content

Commit

Permalink
Switch shipyard_proc to crates.io version
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Jul 12, 2024
1 parent f79d2ac commit 7e317ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rayon = { version = "1.5.1", optional = true }
serde = { version = "1.0.0", optional = true, default-features = false, features = [
"derive",
] }
shipyard_proc = { git = "https://github.com/leudz/shipyard", optional = true }
shipyard_proc = { version = "0.4", optional = true }
siphasher = "1.0.0"
tracing = { version = "0.1.0", default-features = false, optional = true }

Expand Down

0 comments on commit 7e317ff

Please sign in to comment.