juniper/integration_tests/juniper_2018_edition_tests/Cargo.toml
Christian Legnitto aa80ec51bb Add integration tests to release automation
We want their version bumped when juniper is released as
well.
2018-12-19 07:25:27 -08:00

9 lines
218 B
TOML

[package]
name = "juniper_2018_edition_tests"
version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
edition = "2018"
publish = false
[dependencies]
juniper = { version = "0.11", path = "../../juniper" }