Skip to content

Commit

Permalink
Rm warnings on unused workspace repos info
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnett committed Jun 4, 2024
1 parent cb00a3f commit 6396bbb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name = "cli"
version.workspace = true
authors.workspace = true
respository.workspace = true
# respository.workspace = true
edition.workspace = true


Expand Down
2 changes: 1 addition & 1 deletion pta-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pta-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pta-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name = "pta-types"
version.workspace = true
authors.workspace = true
respository.workspace = true
# respository.workspace = true
edition.workspace = true


Expand Down

0 comments on commit 6396bbb

Please sign in to comment.