summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-12-21 23:01:41 +0000
committerNadrieril2019-12-21 23:01:41 +0000
commit6e6094731a3b6a8ff2adc23f8ecae43b25d02731 (patch)
tree240bd076994904ee173213b77efa7b122d1f2495 /dhall/Cargo.toml
parentbe9510bc21724077fd27dcdb3825557475a6bb44 (diff)
Bump dhall version
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index a9c237c..34cf444 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dhall"
-version = "0.1.0" # remember to update html_root_url
+version = "0.1.1" # remember to update html_root_url
authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"
description = "Implementation of the Dhall configuration language"