Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Feb 22, 2023
1 parent 7bcaffa commit 44b240d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gdb-command"
version = "0.7.1"
version = "0.7.2"
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"]
edition = "2021"
description = "Wrapper for gdb in batch mode."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn main () -> error::Result<()> {

```toml
[dependencies]
gdb-command = "0.7.1"
gdb-command = "0.7.2"
```

## License
Expand Down

0 comments on commit 44b240d

Please sign in to comment.