Skip to content

Commit

Permalink
increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
joernheinemann committed Jul 30, 2024
1 parent 4e6038c commit c024785
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
]

[workspace.package]
version = "0.13.0"
version = "0.14.0"
edition = "2021"
license-file = "LICENSE"
authors = ["Sentclose <[email protected]>", "Jörn Heinemann <[email protected]>"]
Expand All @@ -28,13 +28,13 @@ rust-version = "1.75.0"
sentc-crypto-common = { version = "0.10.0", git = "https://github.com/sentclose/sentc-common.git", rev = "de513a82b0200b476d9592ba1de38c73c6a32354" }
#sentc-crypto-common = { path = "../backend/sentc-api/sdk-common" } # for local dev

sentc-crypto-core = { version = "0.13.0", path = "crypto_core" }
sentc-crypto-utils = { version = "0.13.0", path = "crypto_utils" }
sentc-crypto = { version = "0.13.0", path = "crypto", default-features = false }
sentc-crypto-light = { version = "0.13.0", path = "crypto_light", default-features = false }
sentc-crypto-std-keys = { version = "0.13.0", path = "crypto_keys/crypto_std_keys" }
sentc-crypto-fips-keys = { version = "0.13.0", path = "crypto_keys/crypto_fips_keys" }
sentc-crypto-rec-keys = { version = "0.13.0", path = "crypto_keys/crypto_rec_keys" }
sentc-crypto-core = { version = "0.14.0", path = "crypto_core" }
sentc-crypto-utils = { version = "0.14.0", path = "crypto_utils" }
sentc-crypto = { version = "0.14.0", path = "crypto", default-features = false }
sentc-crypto-light = { version = "0.14.0", path = "crypto_light", default-features = false }
sentc-crypto-std-keys = { version = "0.14.0", path = "crypto_keys/crypto_std_keys" }
sentc-crypto-fips-keys = { version = "0.14.0", path = "crypto_keys/crypto_fips_keys" }
sentc-crypto-rec-keys = { version = "0.14.0", path = "crypto_keys/crypto_rec_keys" }

#key export
# must use this version because it is not comp. with password_hash from argon2
Expand Down

0 comments on commit c024785

Please sign in to comment.