diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-17 15:41:50 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 15:49:14 +0200 |
| commit | 5011510270c2c23f0ab019af486b26db0d62261b (patch) | |
| tree | 860b4f4140fce001cb83ec287c54099efee6d32a /Cargo.toml | |
| parent | 59d545d908d4456e1b3d2f3cac44d501900e38bc (diff) | |
Version bumpv0.11.1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"] resolver = "2" [workspace.package] -version = "0.11.0" +version = "0.11.1" 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", 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", rev = "ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" } +typst = { path = "crates/typst", version = "0.11.1" } +typst-cli = { path = "crates/typst-cli", version = "0.11.1" } +typst-ide = { path = "crates/typst-ide", version = "0.11.1" } +typst-macros = { path = "crates/typst-macros", version = "0.11.1" } +typst-pdf = { path = "crates/typst-pdf", version = "0.11.1" } +typst-render = { path = "crates/typst-render", version = "0.11.1" } +typst-svg = { path = "crates/typst-svg", version = "0.11.1" } +typst-syntax = { path = "crates/typst-syntax", version = "0.11.1" } +typst-timing = { path = "crates/typst-timing", version = "0.11.1" } +typst-assets = "0.11.1" +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.11.1" } az = "1.2" base64 = "0.22" bitflags = { version = "2", features = ["serde"] } |
