Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lattenwald committed Dec 6, 2021
1 parent f95822e commit 93bfd0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/tdlib-nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tdlib-nif"
version = "0.1.1"
version = "0.2.0"
authors = ["Alexander Q <[email protected]>"]

[lib]
name = "tdlib_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
crate-type = ["cdylib"]

[dependencies]
rustler = "0.22.2"
Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
]}
]}.

{post_hooks, [{"(linux|darwin|solaris)", compile, "ln -s priv/crates/tdlib_nif/0.2.0/release/libtdlib_nif.so priv/"}]}

{profiles, [
{docs, [
{deps, [{edown, "0.8.4"}]},
Expand Down

0 comments on commit 93bfd0f

Please sign in to comment.