Skip to content

Commit

Permalink
Release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Mar 27, 2023
1 parent 7995d88 commit 3ad9b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gdb-command"
version = "0.7.3"
version = "0.7.4"
authors = ["Andrey Fedotov <fedotoff@ispras.ru>", "Alexey Vishnyakov <vishnya@ispras.ru>", "Georgy Savidov <avgor46@ispras.ru>"]
edition = "2021"
description = "Wrapper for gdb in batch mode."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ fn main () -> error::Result<()> {

```toml
[dependencies]
gdb-command = "0.7.3"
gdb-command = "0.7.4"
```

## License
Expand Down

0 comments on commit 3ad9b72

Please sign in to comment.