Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
bump version and update monorepo dependencies (#268)
Browse files Browse the repository at this point in the history
* bump version and update monorepo dependencies

* remove unnecessary artifact
  • Loading branch information
ozgunozerk authored Jun 18, 2022
1 parent 1b6dd10 commit 20f68a8
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subspace-desktop",
"version": "0.6.8",
"version": "0.6.9",
"private": true,
"description": "Subspace desktop",
"author": "Subspace Labs <https://subspace.network>",
Expand Down
83 changes: 49 additions & 34 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subspace-desktop"
version = "0.6.8"
version = "0.6.9"
description = "Subspace desktop"
authors = ["Subspace Labs <https://subspace.network>"]
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ tauri-build = { version = "1.0.0-rc.9", features = [] }

[dependencies]
anyhow = "1.0.44"
cirrus-runtime = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
cirrus-runtime = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
dirs = "4.0.0"
dotenv = "0.15.0"
event-listener-primitives = "2.0.1"
Expand All @@ -26,17 +26,17 @@ sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/subs
sc-executor = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "5f0aa1feb7250ac7b8c1b9928f87b2420b530e22", features = ["wasmtime"] }
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "5f0aa1feb7250ac7b8c1b9928f87b2420b530e22" }
sc-service = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "5f0aa1feb7250ac7b8c1b9928f87b2420b530e22", features = ["wasmtime"] }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
serde_json = "1.0.81"
serde = { version = "1.0.137", features = [ "derive" ] }
sp-core = { version = "6.0.0", git = "https://github.com/subspace/substrate", rev = "5f0aa1feb7250ac7b8c1b9928f87b2420b530e22" }
sp-panic-handler = { version = "4.0.0", git = "https://github.com/subspace/substrate", rev = "5f0aa1feb7250ac7b8c1b9928f87b2420b530e22" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
subspace-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
subspace-solving = { git = "https://github.com/subspace/subspace", rev = "3c3a48f865cfe0a2510512bc75e4bae099e27aae" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
subspace-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
subspace-solving = { git = "https://github.com/subspace/subspace", rev = "de3dfb1c8ad35189429768653f0f1a95b357de33" }
tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.31"
tracing-bunyan-formatter = "0.3.2"
Expand Down
3 changes: 0 additions & 3 deletions src/pages/ImportKey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ export default defineComponent({
await appConfig.update({ rewardAddress: this.rewardAddress })
this.$router.replace({ name: "setupPlot" })
},
skip() {
this.$router.replace({ name: "setupPlot" })
}
}
})
</script>
Expand Down

1 comment on commit 20f68a8

@xdoswang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Please sign in to comment.