This is an automated email from the ASF dual-hosted git repository.
luoyuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 6ecf55cd9 [rust/elixir] Align rustler version to 0.38.0 in mix.exs and
mix.lock (#3587)
6ecf55cd9 is described below
commit 6ecf55cd9e8ee6f222b5ae2d9cb87b153b9aaca5
Author: Junbo Wang <[email protected]>
AuthorDate: Mon Jul 6 10:23:33 2026 +0800
[rust/elixir] Align rustler version to 0.38.0 in mix.exs and mix.lock
(#3587)
---
fluss-rust/bindings/elixir/mix.exs | 2 +-
fluss-rust/bindings/elixir/mix.lock | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fluss-rust/bindings/elixir/mix.exs
b/fluss-rust/bindings/elixir/mix.exs
index b851cd768..cf22f2915 100644
--- a/fluss-rust/bindings/elixir/mix.exs
+++ b/fluss-rust/bindings/elixir/mix.exs
@@ -50,7 +50,7 @@ defmodule Fluss.MixProject do
defp deps do
[
- {:rustler, "~> 0.37"},
+ {:rustler, "~> 0.38"},
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}
diff --git a/fluss-rust/bindings/elixir/mix.lock
b/fluss-rust/bindings/elixir/mix.lock
index 5e931125c..558f98c5d 100644
--- a/fluss-rust/bindings/elixir/mix.lock
+++ b/fluss-rust/bindings/elixir/mix.lock
@@ -11,5 +11,5 @@
"makeup_elixir": {:hex, :makeup_elixir, "1.0.1",
"e928a4f984e795e41e3abd27bfc09f51db16ab8ba1aebdba2b3a575437efafc2", [:mix],
[{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]},
{:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm",
optional: false]}], "hexpm",
"7284900d412a3e5cfd97fdaed4f5ed389b8f2b4cb49efc0eb3bd10e2febf9507"},
"makeup_erlang": {:hex, :makeup_erlang, "1.0.3",
"4252d5d4098da7415c390e847c814bad3764c94a814a0b4245176215615e1035", [:mix],
[{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm",
"953297c02582a33411ac6208f2c6e55f0e870df7f80da724ed613f10e6706afd"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.2",
"8efba0122db06df95bfaa78f791344a89352ba04baedd3849593bfce4d0dc1c6", [:mix], [],
"hexpm", "4b21398942dda052b403bbe1da991ccd03a053668d147d53fb8c4e0efe09c973"},
- "rustler": {:hex, :rustler, "0.37.3",
"5f4e6634d43b26f0a69834dd1d3ed4e1710b022a053bf4a670220c9540c92602", [:mix],
[{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm",
"a6872c6f53dcf00486d1e7f9e046e20e01bf1654bdacc4193016c2e8002b32a2"},
+ "rustler": {:hex, :rustler, "0.38.0",
"7a8906998ff0d28e3021c0a73264abcda719bda344b2e58307c6805b0f87c9b4", [:mix],
[{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm",
"704c03c1bf66be12b031c5a389347b91c81c5cb819a24b068b0de36fe4a5652a"},
}