Skip to content

Commit 6997b06

Browse files
committed
v0.1.18
1 parent 6f426ed commit 6997b06

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition = "2021"
55
authors = ["Andrew Stein <andrew@prospective.dev>"]
66
description = "A simple CSS parsing and transformation framework."
@@ -34,7 +34,7 @@ criterion = { version = "0.4", features = ["html_reports"] }
3434
[dependencies]
3535
nom = "7"
3636
anyhow = "1"
37-
base64 = "0"
37+
base64 = ">=0.22.1"
3838
mockall = "0"
3939

4040
[workspace.dependencies]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prospective.co/procss",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "A simple CSS parsing and transformation framework.",
55
"repository": {
66
"type": "git",

tasks/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss-utils"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition = "2021"
55

66
[lib]

tasks/xbuild/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss-xbuild"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition = "2021"
55

66
[[bin]]

tasks/xtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss-xtest"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)