Skip to content

Commit

Permalink
inc ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Aug 1, 2024
1 parent 6b10651 commit bba8628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["encrypt-config", "encrypt-config-derive", "tests", "examples"]
resolver = "2"

[workspace.package]
version = "0.5.0-alpha3"
version = "0.5.0"
authors = ["Louis <[email protected]>"]
description = "A Rust crate to manage, persist and encrypt your configurations."
license = "MIT"
Expand All @@ -13,7 +13,7 @@ documentation = "https://docs.rs/encrypt-config"

[workspace.dependencies]
encrypt_config = { path = "encrypt-config", default-features = false }
encrypt_config_derive = { path = "encrypt-config-derive", default-features = false, version = "0.5.0-alpha3" }
encrypt_config_derive = { path = "encrypt-config-derive", default-features = false, version = "0.5.0" }
keyring = { version = "2.3", default-features = false }
rom_cache = { version = "0.0.9" }

Expand Down

0 comments on commit bba8628

Please sign in to comment.