Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
pcb-rs@0.1.0
pcb-rs-macros@0.1.0
pcb-rs-traits@0.1.0

Generated by cargo-workspaces
  • Loading branch information
YJDoc2 committed Apr 8, 2022
1 parent 1d72d11 commit f633ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/pcb-rs-macros/Cargo.toml
Expand Up @@ -20,4 +20,4 @@ proc-macro = true
syn = {version = "1.0.82", features=["extra-traits"] }
quote = "1.0.10"
proc-macro2 = "1.0.33"
pcb-rs-traits = {path="../pcb-rs-traits",version = "0.1.0"}
pcb-rs-traits = {path="../pcb-rs-traits",version = "0.1.0"}
2 changes: 1 addition & 1 deletion crates/pcb-rs-traits/Cargo.toml
Expand Up @@ -18,4 +18,4 @@ name = "pcb_rs_traits"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
downcast-rs = "1.2.0"
downcast-rs = "1.2.0"
2 changes: 1 addition & 1 deletion crates/pcb-rs/Cargo.toml
Expand Up @@ -19,4 +19,4 @@ name = "pcb_rs"

[dependencies]
pcb-rs-macros = { path = "../pcb-rs-macros", version = "0.1.0" }
pcb-rs-traits = { path = "../pcb-rs-traits", version = "0.1.0" }
pcb-rs-traits = { path = "../pcb-rs-traits", version = "0.1.0" }

0 comments on commit f633ef1

Please sign in to comment.