Skip to content

Commit d565b52

Browse files
committed
Release v0.7.1
1 parent 5d78171 commit d565b52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gdb-command"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Andrey Fedotov <fedotoff@ispras.ru>", "Alexey Vishnyakov <vishnya@ispras.ru>", "Georgy Savidov <avgor46@ispras.ru>"]
55
edition = "2021"
66
description = "Wrapper for gdb in batch mode."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn main () -> error::Result<()> {
5050

5151
```toml
5252
[dependencies]
53-
gdb-command = "0.7.0"
53+
gdb-command = "0.7.1"
5454
```
5555

5656
## License

0 commit comments

Comments
 (0)