diff --git a/tutorials/.cargo/config.toml b/tutorials/.cargo/config.toml index 1715b912bb8..4f9d1411a41 100644 --- a/tutorials/.cargo/config.toml +++ b/tutorials/.cargo/config.toml @@ -7,6 +7,9 @@ # by cargo for any invocation inside tutorials/. [patch.crates-io] +# Workaround for broken semver in repo +idna_adapter = { git = "https://github.com/hsivonen/idna_adapter", rev = "v1.1.0" } + # KEEP IN SYNC WITH TOP-LEVEL Cargo.toml # ICU4X core