| commit | 8f16ae75f3fc84be1e17bc66d267f4aa2385ea7e | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Oct 08 18:21:13 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Oct 08 19:34:50 2020 -0700 |
| tree | 9ddf9306c9582b6e0f2cb29e222ee93b11741c48 | |
| parent | 66ebdd1d1fecf1fe095aef6d0636dda580d5210e [diff] [blame] |
Bump namespace to 05
diff --git a/src/cxx_string.rs b/src/cxx_string.rs index 2c712f1..7b47feb 100644 --- a/src/cxx_string.rs +++ b/src/cxx_string.rs
@@ -5,9 +5,9 @@ use core::str::{self, Utf8Error}; extern "C" { - #[link_name = "cxxbridge04$cxx_string$data"] + #[link_name = "cxxbridge05$cxx_string$data"] fn string_data(_: &CxxString) -> *const u8; - #[link_name = "cxxbridge04$cxx_string$length"] + #[link_name = "cxxbridge05$cxx_string$length"] fn string_length(_: &CxxString) -> usize; }