summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.project18
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 2 insertions, 20 deletions
diff --git a/.project b/.project
deleted file mode 100644
index f2f7d40..0000000
--- a/.project
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>prettytable-rs</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>com.github.rustdt.ide.core.Builder</name>
- <triggers>clean,full,incremental,</triggers>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>com.github.rustdt.ide.core.nature</nature>
- </natures>
-</projectDescription>
diff --git a/Cargo.toml b/Cargo.toml
index 28c4727..0230746 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.5.2"
+version = "0.6.0"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
diff --git a/README.md b/README.md
index 9145ef0..a8f7420 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ More often, you will include the library as a dependency to your project. In ord
```toml
[dependencies]
-prettytable-rs = "^0.5"
+prettytable-rs = "^0.6"
```
## Basic usage