Update Cargo.toml for License APACHE2.0

This commit is contained in:
Sipher 2024-05-17 15:18:38 -03:00 committed by GitHub
parent 2858e6684f
commit 422fc19de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
[package]
name = "bend-lang"
description = "A high-level, massively parallel programming language"
license = "MIT"
license = "Apache-2.0"
version = "0.2.6"
edition = "2021"
exclude = ["tests/snapshots/"]