Skip to content

Commit 97352a3

Browse files
authored
Merge pull request rust-skia#838 from pragmatrix/fix-python3-gn-copy
Fix python3 gn copy
2 parents 11bc83c + e6c9c39 commit 97352a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Skia Submodule Status: chrome/m117 ([upstream changes][skia-upstream], [our changes][skia-ours]).
66

7-
[skia-upstream]: https://github.com/rust-skia/skia/compare/m117-0.65.1...google:chrome/m117
8-
[skia-ours]: https://github.com/google/skia/compare/chrome/m117...rust-skia:m117-0.65.1
7+
[skia-upstream]: https://github.com/rust-skia/skia/compare/m117-0.65.2...google:chrome/m117
8+
[skia-ours]: https://github.com/google/skia/compare/chrome/m117...rust-skia:m117-0.65.2
99

1010
## About
1111

skia-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ doctest = false
3030
# Metadata used from inside the packaged crate that defines where to download skia and depot_tools archives from.
3131
# Note: use short hashes here because of filesystem path size restrictions.
3232
[package.metadata]
33-
skia = "m117-0.65.1"
33+
skia = "m117-0.65.2"
3434
depot_tools = "73a2624"
3535

3636
[features]

skia-bindings/skia

0 commit comments

Comments
 (0)