Skip to content

Commit c8d6b4b

Browse files
authored
Update glow to 0.16 (servo#322)
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
1 parent e0c34af commit c8d6b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ euclid = "0.22"
3737
fnv = { version = "1.0", optional = true }
3838
libc = "0.2"
3939
log = "0.4"
40-
glow = { version = "0.15", optional = true }
40+
glow = { version = "0.16", optional = true }
4141
osmesa-sys = { version = "0.1", optional = true }
4242
rwh_05 = { package = "raw-window-handle", version = "0.5.2", features = ["std"], optional = true }
4343
rwh_06 = { package = "raw-window-handle", version = "0.6.2", features = ["std"], optional = true }

0 commit comments

Comments
 (0)