From f633ef12b7aeedf5c2829f1f4ea827253eb86e29 Mon Sep 17 00:00:00 2001 From: Yashodhan Joshi Date: Fri, 8 Apr 2022 16:27:30 +0530 Subject: [PATCH] v0.1.0 pcb-rs@0.1.0 pcb-rs-macros@0.1.0 pcb-rs-traits@0.1.0 Generated by cargo-workspaces --- crates/pcb-rs-macros/Cargo.toml | 2 +- crates/pcb-rs-traits/Cargo.toml | 2 +- crates/pcb-rs/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/pcb-rs-macros/Cargo.toml b/crates/pcb-rs-macros/Cargo.toml index 120ed10..852f844 100644 --- a/crates/pcb-rs-macros/Cargo.toml +++ b/crates/pcb-rs-macros/Cargo.toml @@ -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"} \ No newline at end of file +pcb-rs-traits = {path="../pcb-rs-traits",version = "0.1.0"} diff --git a/crates/pcb-rs-traits/Cargo.toml b/crates/pcb-rs-traits/Cargo.toml index 8cfe7ac..5d0ca89 100644 --- a/crates/pcb-rs-traits/Cargo.toml +++ b/crates/pcb-rs-traits/Cargo.toml @@ -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" \ No newline at end of file +downcast-rs = "1.2.0" diff --git a/crates/pcb-rs/Cargo.toml b/crates/pcb-rs/Cargo.toml index 6643c3b..8d6dc65 100644 --- a/crates/pcb-rs/Cargo.toml +++ b/crates/pcb-rs/Cargo.toml @@ -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" } \ No newline at end of file +pcb-rs-traits = { path = "../pcb-rs-traits", version = "0.1.0" }