aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-11-19 20:32:46 +0100
committerDaniel Schadt <kingdread@gmx.de>2021-11-19 20:32:46 +0100
commit287c21cea382b6dfcce6d76a677ce3c8434e50b4 (patch)
tree17afa175119b8a887c8f6d90fd264b7d43fef2a1 /Cargo.toml
parent1b88a4c2f738d6c236df42c1b9fa4478e302abc5 (diff)
downloadevtclib-287c21cea382b6dfcce6d76a677ce3c8434e50b4.tar.gz
evtclib-287c21cea382b6dfcce6d76a677ce3c8434e50b4.tar.bz2
evtclib-287c21cea382b6dfcce6d76a677ce3c8434e50b4.zip
bump version to 0.6.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f09dc1e..15e7e52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"