Revert non-user-facing changes

This commit is contained in:
Andrew Voynov 2025-06-12 22:55:11 +03:00
parent 9993698196
commit 2d111550d9
No known key found for this signature in database
GPG Key ID: 1BE92DD685700329
14 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
version = "0.13.1"
rust-version = "1.83" # also change in ci.yaml
rust-version = "1.83" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
homepage = "https://typst.app"

View File

@ -83,7 +83,7 @@ vendor-openssl = ["typst-kit/vendor-openssl"]
workspace = true
# The following metadata is used by `cargo-binstall`, and should be synchronized
# with `.github/workflows/release.yaml`.
# with `.github/workflows/release.yml`.
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/typst-{ target }{ archive-suffix }"
bin-dir = "typst-{ target }/typst{ binary-ext }"

View File

@ -19,7 +19,7 @@ const TYPST_REPO: &str = "typst";
/// Determine the asset to download based on the target platform.
///
/// See `.github/workflows/release.yaml` for the list of prebuilt assets.
/// See `.github/workflows/release.yml` for the list of prebuilt assets.
macro_rules! determine_asset {
() => {
// For some platforms, only some targets are prebuilt in the release.

View File

@ -35,7 +35,7 @@ macro_rules! load {
static GROUPS: LazyLock<Vec<GroupData>> = LazyLock::new(|| {
let mut groups: Vec<GroupData> =
yaml::from_str(load!("reference/groups.yaml")).unwrap();
yaml::from_str(load!("reference/groups.yml")).unwrap();
for group in &mut groups {
if group.filter.is_empty() {
group.filter = group