Skip to content

Commit c97e07e

Browse files
committed
Version 0.3.11 "Along with Rust 1.81"
This version supports Rust 1.81's standard library and `core::error::Error` is automatically implemented if compiled with Rust 1.81 and later. Rust 1.81 alto stabilized `core::hint::assert_unchecked()` method and is utilized without the `unstable` feature. * Support Rust 1.81 * `core::error::Error` support * `core::hint::assert_unchecked()` support (when the `unsafe` feature is enabled) * Other minor changes
1 parent f262721 commit c97e07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffuzzy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ffuzzy"
3-
version = "0.3.11-alpha.0"
3+
version = "0.3.11"
44
description = "Library to generate / parse / compare ssdeep Context Triggered Piecewise Hashes (CTPH)"
55
authors = ["Tsukasa OI", "Helmut Grohne", "Jesse Kornblum"]
66
keywords = ["ssdeep", "fuzzy", "hash", "security", "clustering"]

0 commit comments

Comments
 (0)