fix: bincode 2 ci errors & remaining _rc text
This commit is contained in:
committed by
Vincent Herlemont
parent
cf68ecfb19
commit
2a34adc35f
+2
-2
@@ -1,10 +1,10 @@
|
||||
#![cfg(feature = "bincode_2_rc")]
|
||||
#![cfg(feature = "bincode_2")]
|
||||
use native_model::{native_model};
|
||||
use serde::Deserialize;
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize, Deserialize, PartialEq, Debug)]
|
||||
#[native_model(id = 1, version = 1, with = native_model::bincode_2_rc::Bincode)]
|
||||
#[native_model(id = 1, version = 1, with = native_model::bincode_2::Bincode)]
|
||||
struct Example {
|
||||
a: u32,
|
||||
b: u32,
|
||||
@@ -1,4 +1,4 @@
|
||||
mod default;
|
||||
mod bincode_1_3;
|
||||
mod bincode_2_rc;
|
||||
mod bincode_2;
|
||||
mod postcard_1_0;
|
||||
Reference in New Issue
Block a user