Skip to content

Commit d35e483

Browse files
committed
bump version and rm deps
1 parent 3ca1c30 commit d35e483

File tree

8 files changed

+5
-82
lines changed

8 files changed

+5
-82
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ delay_timer = "0.11.6"
2222
duration-str = "0.17"
2323
futures = "0.3"
2424
futures-util = { version = "0.3", default-features = false }
25-
indicatif = "0.18"
2625
md-5 = "0.10"
2726
percent-encoding = "2.1"
2827
regex = "1.10"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Timzaak
3+
Copyright (c) 2022-2025 Timzaak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

client/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ serde_json = { workspace = true }
4141

4242
#console output
4343
console = { workspace = true }
44-
indicatif = { workspace = true }
4544

4645
md-5 = { workspace = true }
4746
# util

client/examples/progress_with_tokio.rs

Lines changed: 0 additions & 49 deletions
This file was deleted.

jsclient/package-lock.json

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

jsclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spa-client",
3-
"version": "2.4.1",
3+
"version": "3.0.0",
44
"description": "js client for spa-server",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spa-server-doc",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "This is for docs powered by VitePress",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)