mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
The schema has definitely changed now
This commit is contained in:
parent
9d5b4ce2fb
commit
d258ea4e2a
@ -5,7 +5,7 @@ extern crate fnv;
|
||||
use std::char;
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
||||
pub const SCHEMA_VERSION: &str = "0";
|
||||
pub const SCHEMA_VERSION: &str = "1";
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct Program {
|
||||
|
Loading…
x
Reference in New Issue
Block a user