Skip to content

Commit

Permalink
chore: Remove version and publish field from internal crate (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 1, 2025
1 parent 220e958 commit 9691256
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 44 deletions.
2 changes: 0 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "codegen"
authors = ["Lucio Franco <[email protected]>"]
license = "MIT"
edition = "2021"
publish = false
version = "0.1.0"

[dependencies]
protox = "0.7"
Expand Down
2 changes: 0 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "examples"
publish = false
version = "0.1.0"

[[bin]]
name = "helloworld-server"
Expand Down
2 changes: 0 additions & 2 deletions interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "interop"
publish = false
version = "0.1.0"

[[bin]]
name = "client"
Expand Down
2 changes: 0 additions & 2 deletions tests/ambiguous_methods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Yonathan Randolph <[email protected]>"]
edition = "2021"
license = "MIT"
name = "ambiguous_methods"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "compression"
publish = false
version = "0.1.0"

[dependencies]
bytes = "1"
Expand Down
2 changes: 0 additions & 2 deletions tests/default_stubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Jordan Singh <[email protected]>"]
edition = "2021"
license = "MIT"
name = "default_stubs"
publish = false
version = "0.1.0"

[dependencies]
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
Expand Down
2 changes: 0 additions & 2 deletions tests/deprecated_methods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name = "deprecated_methods"
edition = "2021"
license = "MIT"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/disable_comments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["bouzuya <[email protected]>"]
edition = "2021"
license = "MIT"
name = "disable-comments"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/extern_path/my_application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Danny Hua <[email protected]>"]
edition = "2021"
license = "MIT"
name = "my_application"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/extern_path/uuid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Danny Hua <[email protected]>"]
edition = "2021"
license = "MIT"
name = "uuid1"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/included_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "included_service"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "integration-tests"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/root-crate-path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "root-crate-path"
publish = false
version = "0.1.0"

[dependencies]
prost = "0.13"
Expand Down
2 changes: 0 additions & 2 deletions tests/same_name/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "same_name"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/service_named_result/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
name = "service_named_result"
version = "0.1.0"
edition = "2021"
publish = false

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

Expand Down
2 changes: 0 additions & 2 deletions tests/service_named_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "service_named_service"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/skip_debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Andrew Yuan <[email protected]>"]
edition = "2021"
license = "MIT"
name = "skip_debug"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/stream_conflict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
authors = ["Ben Sully <[email protected]>"]
edition = "2021"
name = "stream_conflict"
publish = false
version = "0.1.0"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 0 additions & 2 deletions tests/use_arc_self/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Aurimas Blažulionis <[email protected]>"]
edition = "2021"
license = "MIT"
name = "use_arc_self"
publish = false
version = "0.1.0"

[dependencies]
tokio-stream = "0.1"
Expand Down
2 changes: 0 additions & 2 deletions tests/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
authors = ["Juan Alvarez <[email protected]>"]
edition = "2021"
name = "test_web"
publish = false
version = "0.1.0"
license = "MIT"

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions tests/wellknown-compiled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "wellknown-compiled"
publish = false
version = "0.1.0"

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

Expand Down
2 changes: 0 additions & 2 deletions tests/wellknown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "wellknown"
publish = false
version = "0.1.0"

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

Expand Down

0 comments on commit 9691256

Please sign in to comment.