Skip to content

Commit 95db52c

Browse files
committed
Release v0.7.8
1 parent 50c7684 commit 95db52c

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.7"
3+
version = "0.7.8"
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
@@ -51,7 +51,7 @@ fn main () -> error::Result<()> {
5151

5252
```toml
5353
[dependencies]
54-
gdb-command = "0.7.7"
54+
gdb-command = "0.7.8"
5555
```
5656

5757
## License

0 commit comments

Comments
 (0)