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 Aug 1, 2024
1 parent 68fad0a commit 82516be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
name = "gcra"
version = "0.6.0"
edition = "2021"
rust-version = "1.80.0"
authors = ["Sam Shih <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/lytefast/gcra-rs"
homepage = "https://github.com/lytefast/gcra-rs"
description = "A basic implementation of GCRA algorithm for rate limiting"
keywords = ["rate-limit", "rate", "limit", "gcra"]
keywords = ["rate-limit", "rate", "limit", "gcra", "rate limit", "limiter"]

[features]
default = ["rate-limiter"]
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 82516be

Please sign in to comment.