From 2bf9f95dd83f2ceef1e32ae1847a162c7d193f76 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 15 Mar 2024 15:54:53 +0100 Subject: Version bump --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ec69bfa6..689cb8f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"] resolver = "2" [workspace.package] -version = "0.10.0" +version = "0.11.0" rust-version = "1.74" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" @@ -16,17 +16,17 @@ keywords = ["typst"] readme = "README.md" [workspace.dependencies] -typst = { path = "crates/typst" } -typst-cli = { path = "crates/typst-cli" } -typst-ide = { path = "crates/typst-ide" } -typst-macros = { path = "crates/typst-macros" } -typst-pdf = { path = "crates/typst-pdf" } -typst-render = { path = "crates/typst-render" } -typst-svg = { path = "crates/typst-svg" } -typst-syntax = { path = "crates/typst-syntax" } -typst-timing = { path = "crates/typst-timing" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" } -typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "2eec695" } +typst = { path = "crates/typst", version = "0.11.0" } +typst-cli = { path = "crates/typst-cli", version = "0.11.0" } +typst-ide = { path = "crates/typst-ide", version = "0.11.0" } +typst-macros = { path = "crates/typst-macros", version = "0.11.0" } +typst-pdf = { path = "crates/typst-pdf", version = "0.11.0" } +typst-render = { path = "crates/typst-render", version = "0.11.0" } +typst-svg = { path = "crates/typst-svg", version = "0.11.0" } +typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" } +typst-timing = { path = "crates/typst-timing", version = "0.11.0" } +typst-assets = "0.11.0" +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.11.0" } az = "1.2" base64 = "0.22" bitflags = { version = "2", features = ["serde"] } -- cgit v1.2.3