Skip to content

Commit

Permalink
change mid to u64
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgQi committed Jul 17, 2022
1 parent 0140747 commit 6442bb9
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
> Windows: .exe, .msi
releaseDraft: true
prerelease: false
includeDebug: true
includeDebug: false
67 changes: 55 additions & 12 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tracing-appender = "0.2"
anyhow = "1.0"
thiserror = "1.0"
serde_yaml = "0.8"
biliup = { version = "0.1.10" }
biliup = { version = "0.1.11" }
futures = "0.3.17"
bytes = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "biliup-app",
"version": "0.3.4"
"version": "0.3.5"
},
"build": {
"distDir": "../public",
Expand Down

0 comments on commit 6442bb9

Please sign in to comment.