1
0
Fork 0
forked from wry/wry

config: fix test compile error

This commit is contained in:
Julian Orth 2022-05-03 00:09:28 +02:00
parent 9904717c71
commit 5a822eda32
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@ macro_rules! config {
($f:path) => {
#[no_mangle]
#[used]
pub static mut JAY_CONFIG_ENTRY: $crate::_private::ConfigEntry = {
pub static mut JAY_CONFIG_ENTRY_V1: $crate::_private::ConfigEntry = {
struct X;
impl $crate::_private::Config for X {
extern "C" fn configure() {