mirror of
https://github.com/ratatui/ratatui.git
synced 2026-04-20 21:56:55 +00:00
fix(examples): ensure that example projects are not published (#1672)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -167,7 +167,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-github"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"crossterm",
|
||||
@@ -570,7 +570,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
||||
|
||||
[[package]]
|
||||
name = "colors-rgb"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"palette",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "async-github"
|
||||
version = "0.1.0"
|
||||
publish = false
|
||||
authors.workspace = true
|
||||
documentation.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
[package]
|
||||
name = "colors-rgb"
|
||||
version = "0.1.0"
|
||||
publish = false
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user