Skip to content

Commit

Permalink
Make dump non-default feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Dec 11, 2022
1 parent ee3e9f6 commit a31fba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions aggligator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ All notable changes to Aggligator 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.1.0
## 0.1.1
### Fixed
- make `dump` non-default feature

## 0.1.0
### Added

- initial release

4 changes: 2 additions & 2 deletions aggligator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
repository = "https://github.com/surban/aggligator"

[features]
default = ["dump"]
default = []
dump = ["serde", "serde_json", "tokio/fs", "tokio/io-util"]

[dependencies]
Expand Down

0 comments on commit a31fba5

Please sign in to comment.