Skip to content

Commit d995265

Browse files
authored
chore: ensure internal crates are not published (#785)
1 parent 038c85f commit d995265

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
[package]
22
name = "benches"
3-
version = "0.1.0"
3+
version = "0.0.0"
4+
description = "IronRDP benchmarks"
5+
publish = false
46
edition.workspace = true
5-
license.workspace = true
6-
homepage.workspace = true
7-
repository.workspace = true
8-
authors.workspace = true
9-
keywords.workspace = true
10-
categories.workspace = true
117

128
[[bin]]
139
name = "perfenc"

crates/ironrdp-bench/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name = "ironrdp-bench"
33
version = "0.0.0"
44
description = "IronRDP benchmarks"
55
edition.workspace = true
6-
license.workspace = true
7-
homepage.workspace = true
8-
repository.workspace = true
9-
authors.workspace = true
10-
keywords.workspace = true
11-
categories.workspace = true
126
publish = false
137

148
[dev-dependencies]

crates/ironrdp-pdu-generators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "ironrdp-pdu-generators"
33
version = "0.0.0"
4-
edition = "2021"
54
description = "`proptest` generators for `ironrdp-pdu` types"
65
publish = false
6+
edition.workspace = true
77

88
[lib]
99
doctest = false

crates/ironrdp-session-generators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "ironrdp-session-generators"
33
version = "0.0.0"
4-
edition = "2021"
54
description = "`proptest` generators for `ironrdp-session` types"
65
publish = false
6+
edition.workspace = true
77

88
[lib]
99
doctest = false

0 commit comments

Comments
 (0)