Release Candidate 1.0.0-rc.1
All checks were successful
Run Tests on Code / run-tests (push) Successful in 23s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 23s
This commit is contained in:
parent
bd7514ea84
commit
48e0446521
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -114,7 +114,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cloudflare-dns-updater"
|
||||
version = "0.2.8"
|
||||
version = "1.0.0-rc.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"confy",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudflare-dns-updater"
|
||||
version = "0.2.8"
|
||||
version = "1.0.0-rc.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in a new issue