-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency rustler to v0.36.0 #320
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Changes unknown |
81687bd
to
8c20595
Compare
8c20595
to
8e6228f
Compare
This PR contains the following updates:
0.32.1
->0.36.0
Release Notes
rusterlium/rustler (rustler)
v0.36.0
Compare Source
Added
Cargo.toml
file withmix rustler.new
(#672)Fixed
decode
was requested (#676)Removed
the template (#672)
v0.35.1
Compare Source
Fixed
rustler_codegen
(#671)Rustler
macros to not produce warnings on Elixir 1.18 (#670)v0.35.0
Compare Source
Added
#[register_impl(name = "...")]
(#638)Encoder
andDecoder
implementations forBox<T>
(#644)Reference
type andenv.make_ref()
function (#657)Fixed
register
attribute on#[register_impl]
works as advertisednow (#638)
above (#635)
fixes #651)
Changed
names (#639)
rustler_sys
as a separate library is merged intorustler::sys
and will notbe released independently of
rustler
anymore (#653)v0.34.0
Compare Source
Added
rustler::resource!
macro (#617, necessary due to a pending deprecation of aRust feature, #606)
Resource
traitand provide a custom
destructor
function that is run beforedrop
andreceives an
Env
parameter (#617)implement the
Resource::down
callback (#617)Fixed
on_load
callback is now caught and leads to a panic (#617)Changed
argument of
rustler::init!
is ignored (#613)derive
feature flag is now ignored and its functionality unconditionallyenabled (#621)
v0.33.0
Compare Source
Added
(#580).
PathBuf
andPath
) (#608).Fixed
mix compile
failing on path dependencies in the Rust library (#577, fixed in#578 and #607)
Changed
lazy_static
in favour ofstd::sync::OnceLock
. This changeraises the minimal supported Rust version to 1.70.
Rustler.nif_versions
function.Removed
rustler_export_nifs!
,rustler::rustler_atoms!
andresource_struct_init!
have been removed (#604). They had been deprecatedsince version 0.22.0.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.