summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-23 08:54:22 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-23 08:54:22 +0200
commit04ae842c1e31ab93bb0ca56ccbfce85c3c6efdd9 (patch)
tree6bfad3ac3dbf5bf7b5408f38bbd4f2b1d1641ae0 /Cargo.toml
parentb570e6a8955b90d6b5de3a62879ff2c8645f8b8f (diff)
downloadroadmap-04ae842c1e31ab93bb0ca56ccbfce85c3c6efdd9.tar.gz
feat: change license to MIT-0
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 563f829..6096d85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "roadmap"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
-license = "GPL-3.0-or-later"
+license = "MIT-0"
description = "model a project roadmap as a directed acyclic graph"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html