File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88See [ ` UPGRADE.md ` ] ( ./UPGRADE.md ) for additional help when upgrading to newer
99versions.
1010
11- ## unreleased
11+ ## [ 0.35.0 ] - 2024-10-15
1212
1313### Added
1414
Original file line number Diff line number Diff line change 22name = " rustler"
33description = " Safe Rust wrappers for creating Erlang NIF functions"
44repository = " https://github.com/rusterlium/rustler"
5- version = " 0.34 .0" # rustler version
5+ version = " 0.35 .0" # rustler version
66authors = [" Hansihe <me@hansihe.com>" ]
77license = " MIT/Apache-2.0"
88readme = " ../README.md"
@@ -24,7 +24,7 @@ serde = ["dep:serde"]
2424[dependencies ]
2525libloading = " 0.8"
2626inventory = " 0.3"
27- rustler_codegen = { path = " ../rustler_codegen" , version = " 0.34 .0" }
27+ rustler_codegen = { path = " ../rustler_codegen" , version = " 0.35 .0" }
2828num-bigint = { version = " 0.4" , optional = true }
2929serde = { version = " 1" , optional = true }
3030
Original file line number Diff line number Diff line change 22name = " rustler_codegen"
33description = " Compiler plugin for Rustler"
44repository = " https://github.com/rusterlium/rustler/tree/master/rustler_codegen"
5- version = " 0.34 .0" # rustler_codegen version
5+ version = " 0.35 .0" # rustler_codegen version
66authors = [" Hansihe <hansihe@hansihe.com>" ]
77license = " MIT/Apache-2.0"
88readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This package is available on [Hex.pm](https://hex.pm/packages/rustler). To insta
1515``` elixir
1616def deps do
1717 [
18- {:rustler , " ~> 0.34 .0" , runtime: false }
18+ {:rustler , " ~> 0.35 .0" , runtime: false }
1919 ]
2020end
2121```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Rustler.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/rusterlium/rustler"
5- @ version "0.34 .0"
5+ @ version "0.35 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments