Skip to content

Commit f18ffdd

Browse files
authored
Merge pull request #37 from open-spaced-repetition/fsrs-rs-v2.0.4
2 parents 5c8c306 + 51b87e2 commit f18ffdd

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/sync-with-fsrs-rs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
with:
6868
node-version: lts/*
6969

70-
- uses: pnpm/action-setup@v3
71-
name: Install pnpm
70+
- name: Setup pnpm
71+
uses: pnpm/action-setup@v4
7272
with:
73-
version: 8
7473
run_install: false
7574
package_json_file: sandbox/package.json
7675

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fsrs-browser"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
edition = "2021"
55
authors = ["Open Spaced Repetition"]
66
categories = ["algorithms", "science"]

0 commit comments

Comments
 (0)