Skip to content

Commit

Permalink
prepare eosio.token v0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 19, 2024
1 parent 10d9a3e commit 20e00fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eosio.token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
----
Expand Down
2 changes: 1 addition & 1 deletion eosio.token/substreams.yaml
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.69.0"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]
channel = "1.75.0"
components = ["rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 20e00fb

Please sign in to comment.