mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-03 10:34:08 +02:00
remove color feature
This commit is contained in:
parent
e5d94364cc
commit
c06abe0d7e
2 changed files with 7 additions and 12 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: 1.43
|
toolchain: 1.54
|
||||||
override: true
|
override: true
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
|
|
|
||||||
17
Cargo.toml
17
Cargo.toml
|
|
@ -10,16 +10,11 @@ documentation = "https://docs.rs/php-literal-parser"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
logos = "0.12"
|
logos = "0.12"
|
||||||
thiserror = "1.0"
|
thiserror = "1"
|
||||||
memchr = "2.3.4"
|
memchr = "2"
|
||||||
serde = "1.0"
|
serde = "1"
|
||||||
miette = { version = "1" }
|
miette = "1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1.0.2"
|
maplit = "1"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1"
|
||||||
main_error = "0.1"
|
|
||||||
|
|
||||||
[features]
|
|
||||||
default = ["colors"]
|
|
||||||
colors = ["source-span/colors"]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue