Skip to content

Commit bd168aa

Browse files
committed
version 0.0.5
1 parent 2c2fb52 commit bd168aa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.0.5
2+
- `unescape_c_str` now uses NonZero to statically exclude nuls
3+
14
# 0.0.4
25

36
- Add `check_raw_str`, `check_raw_byte_str`, `check_raw_c_str`,

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-literal-escaper"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
description = "Provides code to unescape string literals"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)