diff --git a/Cargo.toml b/Cargo.toml index e4483aa..d79d545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ prost = "0.11" prost-types = "0.11" substreams = "0.5" -substreams-antelope = "0.3.2" +substreams-antelope = "0.3.4" substreams-ethereum = "0.9" substreams-bitcoin = "1" substreams-sink-kv = "0.1.3" diff --git a/eosio.token/README.md b/eosio.token/README.md index a1cbb5c..770163d 100644 --- a/eosio.token/README.md +++ b/eosio.token/README.md @@ -78,7 +78,7 @@ graph TD; ```yaml Package name: eosio_token -Version: v0.13.1 +Version: v0.13.2 Doc: Antelope `eosio.token` based action traces & database operations. Modules: ---- diff --git a/eosio.token/substreams.yaml b/eosio.token/substreams.yaml index e7aa522..622ba42 100644 --- a/eosio.token/substreams.yaml +++ b/eosio.token/substreams.yaml @@ -1,7 +1,7 @@ specVersion: v0.1.0 package: name: eosio_token - version: v0.13.1 + version: v0.13.2 url: https://github.com/pinax-network/substreams doc: Antelope `eosio.token` based action traces & database operations. diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ebb038a..9ccbc7a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.69.0" -components = [ "rustfmt" ] -targets = [ "wasm32-unknown-unknown" ] \ No newline at end of file +channel = "1.75.0" +components = ["rustfmt"] +targets = ["wasm32-unknown-unknown"]