Skip to content

Commit 4f6d8ba

Browse files
committed
Project.toml and Manifest.toml
1 parent 0b2ee02 commit 4f6d8ba

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.11"
44
manifest_format = "2.0"
5-
project_hash = "297ab27881cec0a85c719648b28381580e85162c"
5+
project_hash = "1faf98ec23df19c842aa27dbea894b9ec5b8c027"
66

77
[[deps.AbstractFFTs]]
88
deps = ["LinearAlgebra"]

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1212
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
1313
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
1414
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
15+
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
1516
WebCacheUtilities = "0c1c26de-fc5f-47ff-87a8-a157289a9bac"
1617

1718
[compat]

src/VersionsJSONUtil.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using HTTP, JSON, Pkg.BinaryPlatforms, WebCacheUtilities, SHA, Lazy
44
using Tar: Tar
55
import Pkg.BinaryPlatforms: triplet, arch
66
import Pkg.PlatformEngines: exe7z
7+
using URIs: URIs, URI
78

89
"Wrapper types to define three jlext methods for portable, tarball and installer Windows"
910
struct WindowsPortable

0 commit comments

Comments
 (0)