Skip to content

Commit a099f0a

Browse files
committed
Bump to 0.1.13
1 parent 9db57ec commit a099f0a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-demangle"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -10,10 +10,3 @@ documentation = "https://docs.rs/rustc-demangle"
1010
description = """
1111
Rust compiler symbol demangling.
1212
"""
13-
14-
[dependencies]
15-
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
16-
compiler_builtins = { version = '0.1.2', optional = true }
17-
18-
[features]
19-
rustc-dep-of-std = ['core', 'compiler_builtins']

0 commit comments

Comments
 (0)