chore: Bump the version to 2.0.0-rc.0
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 3m14s
CD / build-assets (aarch64-unknown-linux-gnu) (push) Successful in 5m49s
CD / build-assets (aarch64-unknown-linux-musl) (push) Successful in 5m40s
CD / build-assets (x86_64-pc-windows-gnu) (push) Successful in 4m25s
CD / build-assets (x86_64-unknown-linux-gnu) (push) Successful in 3m53s
CD / build-assets (x86_64-unknown-linux-musl) (push) Successful in 3m57s
CD / release (push) Successful in 13s
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 3m14s
CD / build-assets (aarch64-unknown-linux-gnu) (push) Successful in 5m49s
CD / build-assets (aarch64-unknown-linux-musl) (push) Successful in 5m40s
CD / build-assets (x86_64-pc-windows-gnu) (push) Successful in 4m25s
CD / build-assets (x86_64-unknown-linux-gnu) (push) Successful in 3m53s
CD / build-assets (x86_64-unknown-linux-musl) (push) Successful in 3m57s
CD / release (push) Successful in 13s
This commit is contained in:
parent
e7de5bd68a
commit
6521010a8b
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -698,7 +698,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|||
|
||||
[[package]]
|
||||
name = "lprs"
|
||||
version = "1.2.1"
|
||||
version = "2.0.0-rc.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"base32",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lprs"
|
||||
version = "1.2.1"
|
||||
version = "2.0.0-rc.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
authors = ["Awiteb <a@4rs.nl>"]
|
||||
|
|
Loading…
Reference in a new issue