Skip to content

Commit

Permalink
chore: update dependence (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencil-Yao authored Dec 16, 2022
1 parent d36c354 commit d4b2f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cita-vm"
version = "0.3.2"
version = "0.3.3"
authors = ["Cryptape Technologies <[email protected]>"]
edition = "2021"
description = "CITA VM"
Expand All @@ -12,7 +12,7 @@ documentation = "https://github.com/cryptape/cita-vm/blob/master/README.md"
byteorder = "1.0"
cita_trie = "3.0"
env_logger = "0.9"
ethereum-types = "0.13"
ethereum-types = "0.14"
hashbrown = { version = "0.12", features = ["rayon"] }
hasher = { version="0.1" }
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fast EVM implementation for CITA. Tuned for high performance, up to 5x faster th

```
[dependencies]
cita-vm = "0.2.2"
cita-vm = "0.3.3"
```

- [Example](#Example)
Expand Down

0 comments on commit d4b2f7f

Please sign in to comment.