Mark new crates as publish = false
This commit is contained in:
parent
d375f7992d
commit
cd72a42bd4
4 changed files with 8 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
name = "refineable"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/refineable.rs"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "derive_refineable"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/derive_refineable.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue