summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril Feneanar2020-03-18 12:45:06 +0000
committerGitHub2020-03-18 12:45:06 +0000
commitf90f00c38861a49eba950a59424be8796f266524 (patch)
tree2152dcc41b94b0bfdcddda79b5cf07c7a908bedb /dhall/Cargo.toml
parent8a9b1d75291d826e4235eb4e466e4fd70137dc90 (diff)
parent74a3dd59cbb5cebb8d4996188c11ef8af49cf91f (diff)
Merge pull request #148 from Nadrieril/release
Cut release
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 0d1c569..bd91a1a 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dhall"
-version = "0.3.0" # remember to update html_root_url
+version = "0.4.0" # 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"