We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79ce3 commit 253a065Copy full SHA for 253a065
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.0.2
2
+
3
+- Add new `rustc-dep-of-std` feature to allow building `libproc-macro`
4
5
# 0.0.1
6
7
- Add `EscapeError`, `MixedUnit` and `Mode` enums
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustc-literal-escaper"
-version = "0.0.1"
+version = "0.0.2"
edition = "2021"
description = "Provides code to unescape string literals"
license = "Apache-2.0 OR MIT"
0 commit comments