Skip to content

Commit

Permalink
Update burn to v0.13.2 & fsrs-rs to v1.4.3 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <[email protected]>
  • Loading branch information
L-M-Sherlock and AlexErrant authored Oct 31, 2024
1 parent fae1eb0 commit 6358add
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fsrs-browser"
version = "1.4.0"
version = "1.4.3"
edition = "2021"
authors = ["Open Spaced Repetition"]
categories = ["algorithms", "science"]
Expand Down
2 changes: 1 addition & 1 deletion fsrs-rs
2 changes: 1 addition & 1 deletion sandbox/tests/prod.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('check progress and parameters', async ({ page }) => {
return {
numeratorLargerThan0: n > 0,
numeratorLessThanDenominator: n < d,
denominatorIsLarge: d > 10000,
denominatorIsLarge: d > 100,
}
},
{
Expand Down

0 comments on commit 6358add

Please sign in to comment.