mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-29 04:31:33 +00:00
The schema has definitely changed now
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user