Skip to content

Commit 9691256

Browse files
authored
chore: Remove version and publish field from internal crate (#2113)
1 parent 220e958 commit 9691256

File tree

22 files changed

+0
-44
lines changed

22 files changed

+0
-44
lines changed

codegen/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name = "codegen"
33
authors = ["Lucio Franco <[email protected]>"]
44
license = "MIT"
55
edition = "2021"
6-
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
protox = "0.7"

examples/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "examples"
6-
publish = false
7-
version = "0.1.0"
86

97
[[bin]]
108
name = "helloworld-server"

interop/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "interop"
6-
publish = false
7-
version = "0.1.0"
86

97
[[bin]]
108
name = "client"

tests/ambiguous_methods/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Yonathan Randolph <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "ambiguous_methods"
6-
publish = false
7-
version = "0.1.0"
86

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

tests/compression/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "compression"
6-
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
bytes = "1"

tests/default_stubs/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Jordan Singh <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "default_stubs"
6-
publish = false
7-
version = "0.1.0"
86

97
[dependencies]
108
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}

tests/deprecated_methods/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
name = "deprecated_methods"
33
edition = "2021"
44
license = "MIT"
5-
publish = false
6-
version = "0.1.0"
75

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

tests/disable_comments/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["bouzuya <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "disable-comments"
6-
publish = false
7-
version = "0.1.0"
86

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

tests/extern_path/my_application/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Danny Hua <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "my_application"
6-
publish = false
7-
version = "0.1.0"
86

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

tests/extern_path/uuid/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ authors = ["Danny Hua <[email protected]>"]
33
edition = "2021"
44
license = "MIT"
55
name = "uuid1"
6-
publish = false
7-
version = "0.1.0"
86

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

0 commit comments

Comments
 (0)