Skip to content

Commit

Permalink
hybrid-array v0.2.0-pre.6 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 30, 2023
1 parent 1f75c62 commit 8eca1e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions hybrid-array/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hybrid-array"
version = "0.2.0-pre.5"
version = "0.2.0-pre.6"
description = """
Hybrid typenum-based and const generic array types designed to provide the
flexibility of typenum-based expressions while also allowing interoperability
Expand All @@ -19,6 +19,3 @@ rust-version = "1.65"
[dependencies]
typenum = "1.17"
zeroize = { version = "1.7", path = "../zeroize", optional = true }

[features]
default = []

0 comments on commit 8eca1e1

Please sign in to comment.