Skip to content

Commit

Permalink
div_duration stable in 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
lytefast committed Jul 2, 2024
1 parent 16dfc77 commit 8e083e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "gcra"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
rust-version = "1.80.0"
authors = ["Sam Shih <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(div_duration)]

//! Library which implements the core
//! [GCRA](https://en.wikipedia.org/wiki/Generic_cell_rate_algorithm) functionality in rust.
//!
Expand Down

0 comments on commit 8e083e5

Please sign in to comment.