Skip to content

Commit 79294b7

Browse files
committed
Update cargo deps
1 parent 89fdcd5 commit 79294b7

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ excoding-*.tar
2828
/priv/native/
2929

3030
/native/*/target
31+
32+
checksum-*

native/excoding/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/excoding/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
rustler = "0.26.0"
14-
rustler_codegen = "0.26.0"
13+
rustler = "0.27.0"
14+
rustler_codegen = "0.27.0"
1515
lazy_static = "1.4"
1616
encoding = "0.2.33"

0 commit comments

Comments
 (0)