Merge remote-tracking branch 'origin/master' into no_std

This commit is contained in:
Dan Gohman
2018-03-30 15:14:30 -07:00
260 changed files with 4509 additions and 5074 deletions

View File

@@ -1,8 +1,8 @@
[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-frontend"
version = "0.3.4"
description = "Cretonne IL builder helper"
version = "0.4.1"
description = "Cretonne IR builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
@@ -12,9 +12,13 @@ readme = "README.md"
name = "cton_frontend"
[dependencies]
cretonne = { path = "../cretonne", version = "0.3.4", default-features = false }
cretonne = { path = "../cretonne", version = "0.4.1", default-features = false }
[features]
default = ["std"]
std = ["cretonne/std"]
core = ["cretonne/core"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }