Skip to content

Commit

Permalink
Re-export const_lut feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ictrobot committed Dec 22, 2024
1 parent 3c29cda commit 39649b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/aoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ year2024 = { path = "../year2024", optional = true }

[features]
default = ["all-years", "unsafe"]
const_lut = ["year2024?/const_lut"]
# xtask update features
all-years = ["year2015", "year2016", "year2017", "year2024"]
unsafe = ["year2015?/unsafe", "year2016?/unsafe", "year2017?/unsafe", "year2024?/unsafe", "utils/unsafe"]
Expand Down

0 comments on commit 39649b2

Please sign in to comment.