Skip to content

Commit 3140c8a

Browse files
committed
v0.3.7
1 parent c427d32 commit 3140c8a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Aquascope is a tool that generates interactive visualizations of Rust programs.
1717
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.
1818

1919
```sh
20-
cargo install mdbook-aquascope --locked --version 0.3.6
20+
cargo install mdbook-aquascope --locked --version 0.3.7
2121
rustup toolchain install nightly-2024-12-15 -c rust-src -c rustc-dev -c llvm-tools-preview -c miri
22-
cargo +nightly-2024-12-15 install aquascope_front --git https://github.com/cognitive-engineering-lab/aquascope --tag v0.3.6 --locked
22+
cargo +nightly-2024-12-15 install aquascope_front --git https://github.com/cognitive-engineering-lab/aquascope --tag v0.3.7 --locked
2323
cargo +nightly-2024-12-15 miri setup
2424
```
2525

crates/aquascope_workspace_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Will Crichton <[email protected]>",
55
"Gavin Gray <[email protected]>"
66
]
7-
version = "0.3.6"
7+
version = "0.3.7"
88
license = "MIT"
99
edition = "2021"
1010
description = "Handy utilities for working in the Aquascope workspace"

crates/mdbook-aquascope/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "Interactive Aquascope editor for your mdBook"
88
license = "MIT"
9-
version = "0.3.6"
9+
version = "0.3.7"
1010
edition = "2021"
1111
include = [
1212
"src/**/*",

0 commit comments

Comments
 (0)