Skip to content

Commit 9ea929d

Browse files
committed
fix: disable publish for examples
1 parent a58c1a9 commit 9ea929d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/bug_234_tls/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[package]
22
name = "bug_234_tls"
3-
version = "0.1.0"
4-
edition = "2021"
3+
publish = false
4+
edition.workspace = true
5+
version.workspace = true
56
authors.workspace = true
6-
license.workspace = true
7-
homepage.workspace = true
87
repository.workspace = true
9-
rust-version.workspace = true
8+
license.workspace = true
109

1110
[dependencies]
1211
axum = { workspace = true, default-features = true }

0 commit comments

Comments
 (0)