| 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/syntax/mangle.rs b/syntax/mangle.rs index 1c8c917..72233b3 100644 --- a/syntax/mangle.rs +++ b/syntax/mangle.rs
@@ -3,7 +3,7 @@ use crate::syntax::ExternFn; use proc_macro2::Ident; -const CXXBRIDGE: &str = "cxxbridge04"; +const CXXBRIDGE: &str = "cxxbridge05"; macro_rules! join { ($($segment:expr),*) => {