mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Set Cargo.toml versions to 0.0.0 to avoid version confusion
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "graphite-proc-macros"
|
||||
version = "0.1.0"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.56.0"
|
||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||
edition = "2021"
|
||||
@@ -8,7 +9,6 @@ readme = "../README.md"
|
||||
homepage = "https://www.graphite.design"
|
||||
repository = "https://github.com/GraphiteEditor/Graphite"
|
||||
license = "Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
Reference in New Issue
Block a user