Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Oct 20, 2021
1 parent 17f9795 commit aa8e4f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**2.3.0**
- Ui improvements

**2.2.4**
- Update dependencies
- Fix command line argument handling
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eltrafico"
version = "2.2.4"
version = "2.3.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -18,6 +18,6 @@ name = "eltrafico_tc"
path = "src/eltrafico_tc/main.rs"

[dependencies]
gtk = "0.14.1"
glib = "0.14.5"
gio = "0.14.5"
gtk = "0.14.0"
glib = "0.14.0"
gio = "0.14.0"

0 comments on commit aa8e4f4

Please sign in to comment.