Update to latest rc

This commit is contained in:
William Brown 2020-04-10 15:55:25 +10:00
parent 8cfa8f3f95
commit 29d99654c3
10 changed files with 11 additions and 10 deletions

View file

@ -16,6 +16,7 @@
* vendor and release to build.opensuse.org
make vendor-prep
git archive --format=tar --prefix=kanidm-1.0.0rc4/ HEAD | gzip >kanidm-1.0.0rc4.tar.gz
git tag v1.0.0rc7
// git archive --format=tar --prefix=kanidm-1.0.0rc7/ HEAD | gzip >kanidm-1.0.0rc7.tar.gz

View file

@ -1,6 +1,6 @@
[package]
name = "kanidm_client"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "kanidm_proto"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "kanidm_tools"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"
default-run = "kanidm"

View file

@ -1,6 +1,6 @@
[package]
name = "kanidm_unix_int"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "nss_kanidm"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "pam_kanidm"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "pam_tester"
version = "0.1.0"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"

View file

@ -2,7 +2,7 @@
[package]
name = "kanidm"
version = "0.1.1"
version = "0.1.2"
authors = ["William Brown <william@blackhats.net.au>"]
# default-run = "kanidm_core"
edition = "2018"

View file

@ -13,7 +13,7 @@ pub use crate::constants::system_config::*;
pub use crate::constants::uuids::*;
// Increment this as we add new schema types and values!!!
pub static SYSTEM_INDEX_VERSION: i64 = 5;
pub static SYSTEM_INDEX_VERSION: i64 = 6;
// On test builds, define to 60 seconds
#[cfg(test)]
pub static PURGE_FREQUENCY: u64 = 60;