Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clitic committed Nov 23, 2024
1 parent 7684f60 commit e5be474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kdam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add this to your Cargo.toml file.

```toml
[dependencies]
kdam = "0.6.0"
kdam = "0.6.1"
```

Or add from command line.
Expand Down
2 changes: 1 addition & 1 deletion kdam/src/std/bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use formatx::Template;
/// pb.update(1).unwrap();
/// }
/// ```
#[derive(Debug, Clone)]
#[derive(Clone, Debug)]
pub struct Bar {
// Builder Fields
pub animation: Animation,
Expand Down

0 comments on commit e5be474

Please sign in to comment.