Skip to content

Commit

Permalink
synced with the latest human_name rust crate
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Oct 13, 2024
1 parent ce4fcf5 commit dc682e4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.1 (2024-10-13)

* Updated crate for `human_name` (_2.0.4_)

## v0.6.0 (2024-10-07)

* Updated crate for `rustler` (_0.34.0_).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This package can be installed by adding `human_name` to your list of dependencie
```elixir
def deps do
[
{:human_name, "~> 0.6.0"}
{:human_name, "~> 0.6.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule HumanName.MixProject do
use Mix.Project

@version "0.6.0"
@version "0.6.1"
@description "Elixir bindings for the human-name crate implemented as a safe Rust NIF."
@repo_url "https://github.com/amokan/human_name"

Expand Down
6 changes: 3 additions & 3 deletions native/human_name_nif/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions native/human_name_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "human_name_nif"
version = "0.6.0"
version = "0.6.1"
authors = []
edition = "2018"

Expand All @@ -11,4 +11,4 @@ crate-type = ["cdylib"]

[dependencies]
rustler = "0.34.0"
human_name = "2.0.3"
human_name = "2.0.4"

0 comments on commit dc682e4

Please sign in to comment.