Skip to content

Commit 85e4ad4

Browse files
authored
Update language id mappings (#53)
* Update language id mappings * Update cache action to v4 * update time version * Fix clippy warnings
1 parent 3a877d6 commit 85e4ad4

File tree

8 files changed

+364
-263
lines changed

8 files changed

+364
-263
lines changed

.github/actions/cache_cargo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55

66
steps:
77
- name: Cache cargo registry
8-
uses: actions/cache@v2
8+
uses: actions/cache@v4
99
with:
1010
path: |
1111
~/.cargo/bin/

Cargo.lock

Lines changed: 80 additions & 33 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ reqwest = { version = "0.11.14", features = ["cookies", "json"] }
2222
dialoguer = "0.10.3"
2323
indicatif = "0.17.3"
2424
chrono = "0.4.23"
25+
time = "0.3.36"

0 commit comments

Comments
 (0)