Skip to content

Commit

Permalink
Adjusted version to 0.1.0 + minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Apr 14, 2015
1 parent df14a2c commit 90432b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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 = "term-painter"
version = "0.0.1"
version = "0.1.0"
authors = ["Lukas Kalbertodt <[email protected]>"]

description = "Coloring and formatting terminal output"
Expand Down
2 changes: 0 additions & 2 deletions examples/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use term_painter::Color::*;
use term_painter::Attr::*;

fn main() {
println!("Size of Style: {} bytes.", std::mem::size_of::<Style>());

simple_examples();
doc_examples();

Expand Down

0 comments on commit 90432b2

Please sign in to comment.