Skip to content

Commit

Permalink
inc ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Dec 25, 2023
1 parent f500649 commit 939aa28
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.0.2"
version = "0.0.3"
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" }
encrypt_config_derive = { path = "encrypt-config-derive", version = ">=0.0.1" }
encrypt_config_derive = { path = "encrypt-config-derive", version = ">=0.0.2" }

[profile.dev]
opt-level = 3

0 comments on commit 939aa28

Please sign in to comment.