Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #107 from EspressoSystems/hotshot/rc-0.5.71
Browse files Browse the repository at this point in the history
[WEEKLY RELEASE] HotShot - rc-0.5.71
  • Loading branch information
rob-maron authored Aug 20, 2024
2 parents 6812369 + b39e9f8 commit 9dbd231
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .github/actions/install-capnp/action.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Install capnproto
uses: ./.github/actions/install-capnp

- uses: dtolnay/rust-toolchain@stable

- uses: styfle/[email protected]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Install capnproto
uses: ./.github/actions/install-capnp

- uses: dtolnay/rust-toolchain@stable

- name: Configure Git
Expand Down
6 changes: 4 additions & 2 deletions .vscode/settings.json.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Sets features for Rust Analyzer, since some features are required to be set for compilation
{
"rust-analyzer.cargo.features": [
],
"rust-analyzer.server.extraEnv": {
"RUSTFLAGS": "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\"",
"CARGO_TARGET_DIR": "vsc/target"
},
}
42 changes: 28 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ derivative = "2.2"
derive_more = "0.99"
either = { version = "1.12", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.70" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.71" }
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8"
Expand All @@ -28,6 +28,6 @@ tracing = "0.1"
vbs = "0.1.4"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.70" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.71" }
portpicker = "0.1.1"
surf-disco = "0.9"

0 comments on commit 9dbd231

Please sign in to comment.