update Cargo.toml
This commit is contained in:
parent
873ea52183
commit
3366828bbe
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,4 +4,4 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "env_or_file"
|
||||
version = "0.1.0"
|
||||
version = "0.0.2"
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
[package]
|
||||
name = "env_or_file"
|
||||
version = "0.1.0"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
author = "D. Scott Boggs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue