From 6396bbb6b28d574c77b3e6547a1bbc59ed017047 Mon Sep 17 00:00:00 2001 From: jburnett Date: Mon, 3 Jun 2024 20:48:37 -0400 Subject: [PATCH] Rm warnings on unused workspace repos info --- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- pta-ledger/Cargo.toml | 2 +- pta-parser/Cargo.toml | 2 +- pta-types/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a871a99..7addbb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ members = [ edition = "2021" version = "0.2.0" authors = ["AltaModa Technologies"] -respository = "https://github.com/altamodatech/pta-parser" +# respository = "https://github.com/altamodatech/pta-parser" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c2ea89f..e81de08 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,7 +6,7 @@ name = "cli" version.workspace = true authors.workspace = true -respository.workspace = true +# respository.workspace = true edition.workspace = true diff --git a/pta-ledger/Cargo.toml b/pta-ledger/Cargo.toml index 5ae41e0..ec2aa88 100644 --- a/pta-ledger/Cargo.toml +++ b/pta-ledger/Cargo.toml @@ -6,7 +6,7 @@ name = "pta-ledger" version.workspace = true authors.workspace = true -respository.workspace = true +# respository.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pta-parser/Cargo.toml b/pta-parser/Cargo.toml index 125b3fc..4fba65e 100644 --- a/pta-parser/Cargo.toml +++ b/pta-parser/Cargo.toml @@ -6,7 +6,7 @@ name = "pta-parser" version.workspace = true authors.workspace = true -respository.workspace = true +# respository.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pta-types/Cargo.toml b/pta-types/Cargo.toml index c82248d..0fa4763 100644 --- a/pta-types/Cargo.toml +++ b/pta-types/Cargo.toml @@ -6,7 +6,7 @@ name = "pta-types" version.workspace = true authors.workspace = true -respository.workspace = true +# respository.workspace = true edition.workspace = true