Skip to content

Commit cdbc6f8

Browse files
zeroize/derive: move from zeroize_derive (#503)
Renames the `/zeroize_derive` directory to `/zeroize/derive` and updates associated hyperlinks.
1 parent 358d9f2 commit cdbc6f8

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
"subtle-encoding",
1010
"tai64",
1111
"zeroize",
12-
"zeroize_derive"
12+
"zeroize/derive"
1313
]
1414

1515
# Enable integer overflow checks in release builds

zeroize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = ["memory", "memset", "secure", "volatile", "zero"]
2121
maintenance = { status = "passively-maintained" }
2222

2323
[dependencies]
24-
zeroize_derive = { version = "1.0.0", path = "../zeroize_derive", optional = true }
24+
zeroize_derive = { version = "1.0.0", path = "derive", optional = true }
2525

2626
[features]
2727
default = ["alloc"]
File renamed without changes.

zeroize_derive/Cargo.toml renamed to zeroize/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Tony Arcieri <[email protected]>"]
66
license = "Apache-2.0 OR MIT"
77
edition = "2018"
88
homepage = "https://github.com/iqlusioninc/crates/"
9-
repository = "https://github.com/iqlusioninc/crates/tree/develop/zeroize_derive"
9+
repository = "https://github.com/iqlusioninc/crates/tree/develop/zeroize/derive"
1010
readme = "README.md"
1111
categories = ["cryptography", "memory-management", "no-std", "os"]
1212
keywords = ["memory", "memset", "secure", "volatile", "zero"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)