Skip to content

Commit c15dbcd

Browse files
committed
v1.1.1: upgraded tokio to 1.25.0 (along with others) due to vulnerability
1 parent 4bc6e11 commit c15dbcd

File tree

3 files changed

+78
-54
lines changed

3 files changed

+78
-54
lines changed

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "controller-tools"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ControllerTools",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The missing game controller menu. Displays the current battery % and charging status",
55
"scripts": {
66
"build": "shx rm -rf dist && rollup -c",

0 commit comments

Comments
 (0)