-
Notifications
You must be signed in to change notification settings - Fork 25
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 ~> 0.36 #23
base: develop
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: mix.lock
|
79c944e
to
9bb6500
Compare
9bb6500
to
c9d49a1
Compare
c9d49a1
to
7206173
Compare
7206173
to
ec75401
Compare
ec75401
to
a714b0a
Compare
a714b0a
to
78ccdab
Compare
78ccdab
to
adb226b
Compare
|
adb226b
to
9c501b9
Compare
9c501b9
to
26ae72c
Compare
26ae72c
to
ec68ce6
Compare
ec68ce6
to
59de506
Compare
This PR contains the following updates:
~> 0.25
->~> 0.36
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.
v0.32.1
Compare Source
Added
(#598), thus allowing being iterated in reverse using
.rev()
Env::is_process_alive
andLocalPid::is_alive
(#599)num_bigint::BigInt
using thebig_integer
feature (#601)serde
support derived fromserde_rustler
Changed
implementation by @KoviRobi)
Removed
rustler_bigint
is replaced by a feature flag and the wrapper is notnecessary anymore (#601)
v0.31.0
Compare Source
Added
is_float
andis_integer
methods on terms (#581)Fixed
:rustler
a compile-time-only dependency (#570)get_type
work as documented for 0.30 (#581)Changed
impl Encoder
on more functions (in particular onsend
) (#572)rustler_atoms_{struct_name_in_snakecase}
to silence warnings (#585)Removed
initmacro
inrustler-sys
(v2.3.2, #589)v0.30.0
Compare Source
Added
Result<(), SendError>
from allsend
functions (#239, #563)Changed
:rustler_crates
project configurationuse Rustler
module configuration as compile-time:rustler
a compile-time-only dependency (#516, #559)enif_term_type
to implementTerm::get_type
(#538). Please check theUPGRADE
documentation for necessary code changes.Removed
RUSTLER_NIF_VERSION
, NIF version requirements have to be set viafeatures now
v0.29.1
Compare Source
Fixed
(#548, thanks @adrienmo)
NifTaggedEnum
derivedEncoder
impl for named-field variants (#547,thanks @dylanburati)
cfg!
directives in build.rs causing cross-compilation to fail (#555,thanks @fabriziosestito)
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.