Skip to content

Commit

Permalink
0.7.40
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Dec 6, 2019
1 parent 18b78d0 commit 195cbec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**0.7.40**
- funcitons, enums, structs, traits, now won't require `;` at the end of ther definition
- minor bug fix

**0.7.30**
- Update IRust to crossterm 0.13*
- Update all dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust"
version = "0.7.30"
version = "0.7.40"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::irust::options::Options;
use std::env;

const VERSION: &str = "0.7.30";
const VERSION: &str = "0.7.40";

pub fn handle_args() -> std::io::Result<()> {
let args: Vec<String> = env::args().skip(1).collect();
Expand Down

0 comments on commit 195cbec

Please sign in to comment.