parent
ac766a1c91
commit
9009369711
@ -1,7 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
summary = Determine displayed width of `char` and `str` types
|
|
||||||
unwanted-features =
|
|
||||||
compiler_builtins
|
|
||||||
core
|
|
||||||
std
|
|
||||||
rustc-dep-of-std
|
|
@ -0,0 +1,14 @@
|
|||||||
|
[package]
|
||||||
|
summary = "Determine displayed width of 'char' and 'str' types"
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"exclude scripts that are only useful for upstream development",
|
||||||
|
]
|
||||||
|
|
||||||
|
[features]
|
||||||
|
hide = [
|
||||||
|
"compiler_builtins",
|
||||||
|
"core",
|
||||||
|
"std",
|
||||||
|
"rustc-dep-of-std",
|
||||||
|
]
|
||||||
|
|
@ -1 +1 @@
|
|||||||
SHA512 (unicode-width-0.1.11.crate) = ee06f4144525424327a17578642565f396802f0eea539b3bebc8d9627376a8bc6c5376d83a6ee577068e99fe75815bd765e6d49fb9ab9b253d00594bb15a5ffe
|
SHA512 (unicode-width-0.1.12.crate) = 0bafd7a69bdf49c849e7c063ebf0487eca8a76244e3bc18c9a5f4609465dc0e5d482daceb6a9a6f4125b801bf7063cb8225fdb55173e5dc55e7bf278300df1b4
|
||||||
|
Loading…
Reference in new issue