Skip to content

Commit

Permalink
Move to 2021 edition, roll forward dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
electronjoe committed Nov 2, 2024
1 parent 6b9fb41 commit 6ebd830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "piecewise"
version = "0.1.0"
version = "0.1.1"
authors = ["Scott Moeller <electronjoe@gmail.com>"]
edition = "2018"
edition = "2021"

[dependencies]
either = "1.5.2"
intervals-general = "0.1.0"
itertools = "0.8.0"
smallvec = "0.6.9"
itertools = "0.13.0"
smallvec = "1.13.2"

0 comments on commit 6ebd830

Please sign in to comment.