Skip to content

Commit

Permalink
[.gitignore] Ignore ".idea"; [Cargo.toml] Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Oct 4, 2019
1 parent 0f3addc commit 53d50fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@
Cargo.lock
*~
*.bak
.idea
*.iml
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -8,8 +8,8 @@ edition = "2018"

[dependencies]
libhash = { git = "https://github.com/Fantom-foundation/libhash" }
serde = { version = "1.0.97", features = ["derive"] }
serde = { version = "1.0.101", features = ["derive"] }
sha3 = "0.8.2"
bincode = "1.1.4"
to_vec="*"
failure = "0.1.5"
bincode = "1.2.0"
to_vec= "0.1.0"
failure = "0.1.5"

0 comments on commit 53d50fd

Please sign in to comment.