Merge remote-tracking branch 'origin/master' into no_std
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne-frontend"
|
||||
version = "0.1.0"
|
||||
version = "0.3.4"
|
||||
description = "Cretonne IL builder helper"
|
||||
license = "Apache-2.0"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
@@ -12,7 +12,7 @@ readme = "README.md"
|
||||
name = "cton_frontend"
|
||||
|
||||
[dependencies]
|
||||
cretonne = { path = "../cretonne", version = "0.1.0", default-features = false }
|
||||
cretonne = { path = "../cretonne", version = "0.3.4", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user