mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 02:11:06 +00:00
parent
d358fa0987
commit
de6aa6c97e
@ -3,7 +3,9 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|
||||||
pub const SCHEMA_VERSION: &str = "8";
|
// The schema is so unstable right now we just force it to change whenever this
|
||||||
|
// package's version changes, which happens on all publishes.
|
||||||
|
pub const SCHEMA_VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub struct ProgramOnlySchema {
|
pub struct ProgramOnlySchema {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user