Skip to content

Commit 3b6b326

Browse files
Update Cargo.lock
1 parent 365c0be commit 3b6b326

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.2
2+
3+
- Add new `rustc-dep-of-std` feature to allow building `libproc-macro`
4+
15
# 0.0.1
26

37
- Add `EscapeError`, `MixedUnit` and `Mode` enums

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)