Skip to content

Commit

Permalink
updated rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lattenwald committed Oct 21, 2019
1 parent e5feb3e commit 6d8fc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/tdlib-nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "src/lib.rs"
crate-type = ["dylib"]

[dependencies]
rustler = "0.20.0"
rustler_codegen = "0.20.0"
lazy_static = "1.3.0"
rustler = "0.21.0"
rustler_codegen = "0.21.0"
lazy_static = "1.4.0"
rust-tdlib = { git = "https://github.com/lattenwald/rust-tdlib.git" }

0 comments on commit 6d8fc84

Please sign in to comment.