Skip to content

Commit 39479e2

Browse files
authored
fix(examples): ensure that example projects are not published (#1672)
1 parent 9fb0544 commit 39479e2

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/apps/async-github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-github"
3-
version = "0.1.0"
3+
publish = false
44
authors.workspace = true
55
documentation.workspace = true
66
repository.workspace = true

examples/apps/colors-rgb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "colors-rgb"
3-
version = "0.1.0"
43
publish = false
54
license.workspace = true
65
edition.workspace = true

0 commit comments

Comments
 (0)