mirror of
https://github.com/typst/typst
synced 2025-08-25 12:14:13 +08:00
Revert non-user-facing changes
This commit is contained in:
parent
9993698196
commit
2d111550d9
@ -5,7 +5,7 @@ resolver = "2"
|
|||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.13.1"
|
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"]
|
authors = ["The Typst Project Developers"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://typst.app"
|
homepage = "https://typst.app"
|
||||||
|
@ -83,7 +83,7 @@ vendor-openssl = ["typst-kit/vendor-openssl"]
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
# The following metadata is used by `cargo-binstall`, and should be synchronized
|
# 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]
|
[package.metadata.binstall]
|
||||||
pkg-url = "{ repo }/releases/download/v{ version }/typst-{ target }{ archive-suffix }"
|
pkg-url = "{ repo }/releases/download/v{ version }/typst-{ target }{ archive-suffix }"
|
||||||
bin-dir = "typst-{ target }/typst{ binary-ext }"
|
bin-dir = "typst-{ target }/typst{ binary-ext }"
|
||||||
|
@ -19,7 +19,7 @@ const TYPST_REPO: &str = "typst";
|
|||||||
|
|
||||||
/// Determine the asset to download based on the target platform.
|
/// 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 {
|
macro_rules! determine_asset {
|
||||||
() => {
|
() => {
|
||||||
// For some platforms, only some targets are prebuilt in the release.
|
// For some platforms, only some targets are prebuilt in the release.
|
||||||
|
@ -35,7 +35,7 @@ macro_rules! load {
|
|||||||
|
|
||||||
static GROUPS: LazyLock<Vec<GroupData>> = LazyLock::new(|| {
|
static GROUPS: LazyLock<Vec<GroupData>> = LazyLock::new(|| {
|
||||||
let mut groups: Vec<GroupData> =
|
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 {
|
for group in &mut groups {
|
||||||
if group.filter.is_empty() {
|
if group.filter.is_empty() {
|
||||||
group.filter = group
|
group.filter = group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user