Skip to content

Commit 137d1be

Browse files
committed
bump to version 1.0.16
1 parent be8ac09 commit 137d1be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
radius2 can also be installed from crates.io and easily included in packages. radius2 also has a CLI tool that can be installed with `cargo install radius2`
5757

5858
```
59-
radius2 1.0.15
59+
radius2 1.0.16
6060
Austin Emmitt (@alkalinesec) <[email protected]>
6161
A symbolic execution tool using r2 and boolector
6262

radius/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "radius2"
33
description = "a fast symbolic execution framework using r2"
4-
version = "1.0.15"
4+
version = "1.0.16"
55
authors = ["aemmitt-ns <[email protected]>"]
66
license = "MIT"
77
edition = "2018"

radius/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Also PCode can be translated to ESIL with r2ghidra with `pdgp` (currently broken
6060
radius2 can also be installed from crates.io and easily included in packages. radius2 also has a CLI tool that can be installed with `cargo install radius2`
6161

6262
```
63-
radius2 1.0.15
63+
radius2 1.0.16
6464
Austin Emmitt (@alkalinesec) <[email protected]>
6565
A symbolic execution tool using r2 and boolector
6666

0 commit comments

Comments
 (0)