Browse Source

Upgrade glycin

merge-requests/1958/merge
Kévin Commaille 11 months ago committed by Kévin Commaille
parent
commit
865733b151
  1. 8
      Cargo.lock
  2. 8
      build-aux/org.gnome.Fractal.Devel.json

8
Cargo.lock generated

@ -1638,9 +1638,9 @@ dependencies = [
[[package]]
name = "glycin"
version = "2.1.0"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1496acef16890b0022c61298052d4ca3e1a121dd4696166c3d19242581bdb9a"
checksum = "37cb9e103cb6b8925bf5e8a1cf8a1166797d8aaefaabd03e68cf6ad7443a1baa"
dependencies = [
"futures-channel",
"futures-util",
@ -1667,9 +1667,9 @@ dependencies = [
[[package]]
name = "glycin-utils"
version = "3.0.0"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4348643b905fc981acf8ed0315ab8e315ce771cedb65034562f477cbaa4b1ee1"
checksum = "c0816d1db00696479cda3cd6c914fb07115982b019dac96555d203c0d5b6d37a"
dependencies = [
"env_logger",
"gufo-common",

8
build-aux/org.gnome.Fractal.Devel.json

@ -48,9 +48,6 @@
"cleanup-commands": [
"mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
],
"cleanup": [
"bin/grass"
],
"modules": [
{
"name": "grass",
@ -65,6 +62,7 @@
"mkdir -p /app/bin",
"install -D ./target/release/grass /app/bin/"
],
"cleanup": ["*"],
"sources": [
{
"type": "git",
@ -122,8 +120,8 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/sophie-h/glycin.git",
"tag": "1.2.0",
"commit": "c886add2e54f916a8158e491ed973581a2c7b3d0",
"tag": "1.2.1",
"commit": "7d10c2f3e59e1d4dbc2a33241eb54aa4d9f84b3f",
"disable-submodules": true
}
]

Loading…
Cancel
Save