Skip to content

Commit

Permalink
Merge pull request #6 from b5g-ex/fix_github_actions
Browse files Browse the repository at this point in the history
Fix GitHub actions
  • Loading branch information
s-hosoai authored Jan 12, 2024
2 parents 8862027 + cf96625 commit 20d54a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ by adding `zenohex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:zenohex, "~> 0.1.4"}
{:zenohex, "~> 0.1.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Zenohex.MixProject do
use Mix.Project
@version "0.1.3"
@version "0.1.5"

def project do
[
Expand Down
5 changes: 5 additions & 0 deletions native/nifzenoh/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ rustflags = [
"-C", "link-arg=dynamic_lookup",
]

[target.x86_64-unknown-linux-musl]
rustflags = [
"-C", "target-feature=-crt-static"
]

# Provides a small build size, but takes more time to build.
[profile.release]
lto = true
2 changes: 1 addition & 1 deletion native/nifzenoh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nifzenoh"
version = "0.1.4"
version = "0.1.5"
authors = []
edition = "2018"

Expand Down

0 comments on commit 20d54a7

Please sign in to comment.