mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-12-22 20:14:18 +00:00
Bump version to 1.0.0
This commit is contained in:
parent
a101102214
commit
7146c97f28
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "micronfig"
|
||||
version = "0.3.1"
|
||||
version = "1.0.0"
|
||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||
edition = "2021"
|
||||
description = "Macro-based configuration management"
|
||||
|
@ -19,7 +19,7 @@ envfiles = []
|
|||
envdot = ["regex"]
|
||||
|
||||
[dependencies]
|
||||
micronfig_macros = { version = "0.3.1", path = "../micronfig_macros" }
|
||||
micronfig_macros = { version = "1.0.0", path = "../micronfig_macros" }
|
||||
regex = { version = "1.10.2", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "micronfig_macros"
|
||||
version = "0.3.1"
|
||||
version = "1.0.0"
|
||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||
edition = "2021"
|
||||
description = "Macros for micronfig"
|
||||
|
@ -17,7 +17,7 @@ syn = { version = "2.0", features = ["extra-traits"] }
|
|||
quote = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
micronfig = { version = "0.3.1", path = "../micronfig" }
|
||||
micronfig = { version = "1.0.0", path = "../micronfig" }
|
||||
trybuild = "1.0.87"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue