From ec8481c0056d63b7bf1e53be1a23c6f82856eda1 Mon Sep 17 00:00:00 2001 From: Ben Haney <31331498+benhaney@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:04:38 -0500 Subject: [PATCH] Apply suggestions from code review --- CHANGELOG.md | 4 ++-- native/jsonrs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8198a23..8152f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.3] - 2023-08-09 +## [Unreleased] ### Changed -- Upgrade Rustler for greater Erlant/OTP version compatibility +- Upgrade Rustler for greater Erlang/OTP version compatibility ## [0.3.2] - 2023-08-09 ### Changed diff --git a/native/jsonrs/Cargo.toml b/native/jsonrs/Cargo.toml index 2e420b5..269cffc 100644 --- a/native/jsonrs/Cargo.toml +++ b/native/jsonrs/Cargo.toml @@ -14,6 +14,6 @@ flate2 = "1.0" rustler = "0.30.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_rustler = { git = "https://github.com/lytedev/serde_rustler", rev = "cd7c66fbc837135616a7ff39c13623de65e9f56f" } +serde_rustler = { git = "https://github.com/benhaney/serde_rustler", tag = "v0.0.8" } serde-transcode = "1.1" lazy_static = "1.0"