Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cordx56 committed Jan 31, 2025
1 parent 0d24d9e commit 37a24af
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ The initial analysis may take some time, but from the second run onward, compile
To install RustOwl command, run the command below.

```bash
curl -L "https://github.com/cordx56/rustowl/releases/download/v0.0.3/install.sh" | bash
curl -L "https://github.com/cordx56/rustowl/releases/download/v0.0.4/install.sh" | bash
```

### VSCode

Download VSCode extension file ( `.vsix` ) from [this link](https://github.com/cordx56/rustowl/releases/download/v0.0.3/rustowl-vscode-0.0.3.vsix).
Download VSCode extension file ( `.vsix` ) from [this link](https://github.com/cordx56/rustowl/releases/download/v0.0.4/rustowl-vscode-0.0.4.vsix).

Press `Cmd+Shift+P` on macOS or `Ctrl+Shift+P` on other systems to open the command palette in VSCode.
Type `install vsix` in the command palette, and `Extensions: Install from VSIX...` will appear.
Expand Down
2 changes: 1 addition & 1 deletion rustowl/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 rustowl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustowl"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
default-run = "cargo-owl"

Expand Down
2 changes: 1 addition & 1 deletion rustowl/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v0.0.3"
VERSION="v0.0.4"

function install_rust() {
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y --profile minimal
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rustowl-vscode",
"displayName": "rustowl-vscode",
"description": "Visualize ownership and lifetimes in Rust",
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.95.0"
},
Expand Down

0 comments on commit 37a24af

Please sign in to comment.