Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaney authored Oct 28, 2023
1 parent 43e1a3d commit ec8481c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion native/jsonrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ec8481c

Please sign in to comment.