This commit is contained in:
Robin Appelman 2021-04-29 18:34:22 +02:00
commit 8c8b1a6904
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
check-no-default-features:
name: Check --no-default-features
runs-on: ubuntu-latest

View file

@ -1,7 +1,7 @@
[package]
name = "php-literal-parser"
description = "parser for php literals"
version = "0.2.8"
version = "0.2.9"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"