Skip to content

Commit 98f1ce1

Browse files
committed
Version 0.6.0; Bump MSRV to 1.56.0
once_cell requires this version now.
1 parent 06e208a commit 98f1ce1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111

1212
rust:
1313
- stable
14-
- 1.46.0
14+
- 1.56.0
1515

1616
before_install:
1717
- sudo apt-get -y install libfontconfig1-dev jq

fontconfig-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "yeslogic-fontconfig-sys"
3-
version = "3.2.0"
3+
version = "4.0.0"
44
edition = "2018"
5-
rust-version = "1.46"
5+
rust-version = "1.56"
66
authors = [
77
"Austin Bonander <[email protected]>",
88
"The Servo Project Developers",

fontconfig/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "fontconfig"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
5-
rust-version = "1.46"
5+
rust-version = "1.56"
66
authors = [
77
"Austin Bonander <[email protected]>",
88
"Manuel Reinhardt <[email protected]>",
@@ -19,7 +19,7 @@ documentation = "https://docs.rs/crate/fontconfig"
1919
repository = "https://github.com/yeslogic/fontconfig-rs"
2020

2121
[dependencies.yeslogic-fontconfig-sys]
22-
version = "3.0.0"
22+
version = "4.0.0"
2323
path = "../fontconfig-sys"
2424

2525
[features]

0 commit comments

Comments
 (0)