Skip to content

Commit

Permalink
Releases v0.1.4
Browse files Browse the repository at this point in the history
Issue #10
  • Loading branch information
Tpt committed Mar 10, 2024
1 parent b4805fa commit 07383a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.1.5] - 2024-03-10

### Changed

- Moves back Serde feature from `dep:serde` to `serde`.

## [0.1.4] - 2024-03-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.63"
default = ["std"]
std = ["serde?/std"]
alloc = ["serde?/alloc"]
serialize = ["dep:serde"]
serialize = ["serde"]

[dependencies]
serde = { version = "1.0.100", optional = true, default_features = false }
Expand Down

0 comments on commit 07383a9

Please sign in to comment.