parent
b8ff3fa1e0
commit
0f0ee7e35c
@ -0,0 +1,4 @@
|
|||||||
|
[tests]
|
||||||
|
skip = ["assert_sizes"]
|
||||||
|
comments = ["skip test for exact size of a struct / enum that fails with Rust 1.64+: https://github.com/servo/tendril/issues/66"]
|
||||||
|
|
@ -0,0 +1,12 @@
|
|||||||
|
--- tendril-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
|
+++ tendril-0.4.3/Cargo.toml 2024-01-19T19:09:07.549735+00:00
|
||||||
|
@@ -17,9 +17,6 @@
|
||||||
|
readme = "README.md"
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
repository = "https://github.com/servo/tendril"
|
||||||
|
-[dependencies.encoding]
|
||||||
|
-version = "0.2"
|
||||||
|
-optional = true
|
||||||
|
|
||||||
|
[dependencies.encoding_rs]
|
||||||
|
version = "0.8.12"
|
Loading…
Reference in new issue