Skip to content

Commit

Permalink
block-buffer v0.11.0-pre.1 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 30, 2023
1 parent 94bb527 commit 6b11869
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions block-buffer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "block-buffer"
version = "0.11.0-pre"
version = "0.11.0-pre.1"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Buffer type for block processing of data"
Expand All @@ -10,10 +10,11 @@ keywords = ["block", "buffer"]
categories = ["cryptography", "no-std"]
edition = "2021"
readme = "README.md"
rust-version = "1.65"

[dependencies]
crypto-common = "=0.2.0-pre.1"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "0.3.3"
hex-literal = "0.4"
2 changes: 1 addition & 1 deletion block-buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]

Buffer type for block processing of data with minimized amount of unreachable panics.

Expand Down

0 comments on commit 6b11869

Please sign in to comment.