Skip to content

Commit

Permalink
Removed deque feature from default
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibSrb committed Jun 27, 2024
1 parent b5fa6af commit 2027c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iter-tree"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
license = "MIT"

Expand All @@ -18,4 +18,4 @@ keywords = ["iterator", "data-structure"]
deque = []
vec = []

default = ["vec", "deque"]
default = ["vec"]

0 comments on commit 2027c62

Please sign in to comment.