Skip to content

Commit 6396bbb

Browse files
author
jburnett
committed
Rm warnings on unused workspace repos info
1 parent cb00a3f commit 6396bbb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ members = [
1616
edition = "2021"
1717
version = "0.2.0"
1818
authors = ["AltaModa Technologies"]
19-
respository = "https://github.com/altamodatech/pta-parser"
19+
# respository = "https://github.com/altamodatech/pta-parser"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "cli"
77
version.workspace = true
88
authors.workspace = true
9-
respository.workspace = true
9+
# respository.workspace = true
1010
edition.workspace = true
1111

1212

pta-ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "pta-ledger"
77
version.workspace = true
88
authors.workspace = true
9-
respository.workspace = true
9+
# respository.workspace = true
1010
edition.workspace = true
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pta-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "pta-parser"
77
version.workspace = true
88
authors.workspace = true
9-
respository.workspace = true
9+
# respository.workspace = true
1010
edition.workspace = true
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pta-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "pta-types"
77
version.workspace = true
88
authors.workspace = true
9-
respository.workspace = true
9+
# respository.workspace = true
1010
edition.workspace = true
1111

1212

0 commit comments

Comments
 (0)