The schema has definitely changed now

This commit is contained in:
Alex Crichton 2018-03-22 19:07:20 -07:00
parent 9d5b4ce2fb
commit d258ea4e2a

View File

@ -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 {