Skip to content

Commit

Permalink
feat:v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltpp-universe committed Jan 19, 2025
1 parent 41603d4 commit 67f42c9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

26 changes: 23 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bin-encrypt-decrypt"
version = "2.2.1"
version = "2.2.2"
edition = "2021"
authors = ["ltpp-universe <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,27 @@ repository = "https://github.com/ltpp-universe/bin-crypt-decrypt"
categories = ["cryptography", "encoding"]

[dependencies]
std-macro-extensions = "0.17.0"
std-macro-extensions = "0.20.4"

[dev-dependencies]
color-output = "4.1.0"
color-output = "6.1.6"

[profile.dev]
incremental = false
opt-level = 3
lto = true
panic = "abort"
debug = false
codegen-units = 1
strip = "debuginfo"
backtrace = "off"

[profile.release]
incremental = false
opt-level = 3
lto = true
panic = "abort"
debug = false
codegen-units = 1
strip = "debuginfo"
backtrace = "off"

0 comments on commit 67f42c9

Please sign in to comment.