Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 28, 2024
1 parent 11ef735 commit db3c38d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Aquascope is a tool that generates interactive visualizations of Rust programs.
We provide an [mdBook](https://rust-lang.github.io/mdBook/) preprocessor that embeds Aquascope diagrams into an mdBook. To use it, you need to install the `mdbook-aquascope` and `cargo-aquascope` binaries as follows.

```sh
cargo install mdbook-aquascope --locked --version 0.3.3
cargo install mdbook-aquascope --locked --version 0.3.4
rustup toolchain install nightly-2023-08-25 -c rust-src rustc-dev llvm-tools-preview miri
cargo +nightly-2023-08-25 install aquascope_front --git https://github.com/cognitive-engineering-lab/aquascope --tag v0.3.3 --locked
cargo +nightly-2023-08-25 install aquascope_front --git https://github.com/cognitive-engineering-lab/aquascope --tag v0.3.4 --locked
cargo +nightly-2023-08-25 miri setup
```

Expand Down
2 changes: 1 addition & 1 deletion crates/aquascope_workspace_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Will Crichton <[email protected]>",
"Gavin Gray <[email protected]>"
]
version = "0.3.3"
version = "0.3.4"
license = "MIT"
edition = "2021"
description = "Handy utilities for working in the Aquascope workspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/mdbook-aquascope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
]
description = "Interactive Aquascope editor for your mdBook"
license = "MIT"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
include = [
"src/**/*",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"depot": {
"depot-version": "0.2.16"
"depot-version": "0.2.17"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down

0 comments on commit db3c38d

Please sign in to comment.