cfg_support: back to version 0.0.3-dev
This commit is contained in:
parent
34d6bda41d
commit
9724478a08
|
@ -1350,7 +1350,7 @@ dependencies = [
|
|||
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"structopt 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tectonic_cfg_support 0.0.2",
|
||||
"tectonic_cfg_support 0.0.3-dev",
|
||||
"tectonic_xdv 0.1.9-dev",
|
||||
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1362,7 +1362,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tectonic_cfg_support"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3-dev"
|
||||
dependencies = [
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Cargo.toml -- Cargo definition file for Tectonic.
|
||||
# Copyright 2016-2019 the Tectonic Project
|
||||
# Copyright 2016-2020 the Tectonic Project
|
||||
# Licensed under the MIT License.
|
||||
|
||||
[package]
|
||||
|
@ -38,7 +38,7 @@ cc = "^1.0.50"
|
|||
pkg-config = "^0.3"
|
||||
regex = "^1.3"
|
||||
sha2 = "^0.8"
|
||||
tectonic_cfg_support = { path = "cfg_support", version = "0.0.2" }
|
||||
tectonic_cfg_support = { path = "cfg_support", version = "0.0.3-dev" }
|
||||
vcpkg = "0.2.8"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2019 the Tectonic Project
|
||||
# Copyright 2019-2020 the Tectonic Project
|
||||
# Licensed under the MIT License.
|
||||
|
||||
[package]
|
||||
name = "tectonic_cfg_support"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3-dev"
|
||||
authors = [
|
||||
"Matt Rice <ratmice@gmail.com>",
|
||||
"Peter Williams <peter@newton.cx>"
|
||||
|
|
Loading…
Reference in New Issue