make versions consistent

This commit is contained in:
William Brown 2023-10-31 21:21:57 +10:00 committed by Firstyear
parent fcd9a7b938
commit 4a08b77285
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2969,7 +2969,7 @@ dependencies = [
[[package]]
name = "kanidm_lib_crypto"
version = "0.1.0"
version = "1.1.0-rc.15-dev"
dependencies = [
"argon2",
"base64 0.21.5",
@ -3206,7 +3206,7 @@ dependencies = [
[[package]]
name = "kanidmd_lib_macros"
version = "0.1.0"
version = "1.1.0-rc.15-dev"
dependencies = [
"proc-macro2",
"quote",

View file

@ -1,6 +1,6 @@
[package]
name = "kanidm_lib_crypto"
version = "0.1.0"
version = "1.1.0-rc.15-dev"
edition = { workspace = true }
description = "Kanidm cryptographic functionality"
license = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "kanidmd_lib_macros"
version = "0.1.0"
version = "1.1.0-rc.15-dev"
edition = { workspace = true }
[lib]