Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["tectonic_xdv", "cargo"]
version = "0.1.9"
age = 1

[[projects]]
qnames = ["tectonic_cfg_support", "cargo"]
version = "0.1.0"
age = 0

[[projects]]
qnames = ["tectonic", "cargo"]
version = "0.0.0"
age = 1

+++
  • Loading branch information
cranko committed Sep 7, 2020
2 parents 6f78f1e + 2e8c763 commit b6ef502
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cc = "^1.0.58"
pkg-config = "^0.3"
regex = "^1.3"
sha2 = "^0.9"
tectonic_cfg_support = { path = "cfg_support", version ="^0.0.3"}
tectonic_cfg_support = { path = "cfg_support", version ="^0.1.0"}
vcpkg = "0.2.10"

[dependencies]
Expand Down Expand Up @@ -93,6 +93,6 @@ x86_64-unknown-linux-gnu = { install = ["fontconfig","freetype","harfbuzz[icu,gr
x86_64-pc-windows-msvc = { triplet = "x64-windows-static", install = ["fontconfig","freetype","harfbuzz[icu,graphite2]"] }

[package.metadata.internal_dep_versions]
tectonic_cfg_support = "34d6bda41d9834eb179c337a4f7cedc31d3f305d"
tectonic_cfg_support = "thiscommit:aeRoo7oa"
tectonic_xdv = "c91f2ef37858d1a0a724a5c3ddc2f7ea46373c77"

5 changes: 5 additions & 0 deletions cfg_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tectonic_cfg_support 0.1.0 (2020-09-07)

- No code changes; new release to exercise Cranko release workflow and mollify
Cargo versioning

# tectonic_cfg_support 0.0.3 (2020-09-07)

- No code changes; testing new Cranko-powered release workflow.
2 changes: 1 addition & 1 deletion cfg_support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "tectonic_cfg_support"
version = "0.0.3"
version = "0.1.0"
authors = [
"Matt Rice <[email protected]>",
"Peter Williams <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion cfg_support/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 the Tectonic Project
// Copyright 2019-2020 the Tectonic Project
// Licensed under the MIT License.

//! This support crate helps deal with `CARGO_CFG_TARGET_*` variables. When
Expand Down
3 changes: 0 additions & 3 deletions xdv/CHANGELOG.md

This file was deleted.

0 comments on commit b6ef502

Please sign in to comment.