Skip to content

Commit

Permalink
glance 1.0.0 ensured
Browse files Browse the repository at this point in the history
  • Loading branch information
darky committed Oct 1, 2024
1 parent e2ff8c1 commit 26c4a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allow_run = true

[dependencies]
fswalk = ">= 3.0.1"
glance = ">= 0.11.0"
glance = ">= 1.0.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleamyshell = ">= 2.0.0"
glexer = ">= 1.0.1 and < 2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packages = [
{ name = "filepath", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "EFB6FF65C98B2A16378ABC3EE2B14124168C0CE5201553DE652E2644DCFDB594" },
{ name = "fswalk", version = "3.0.1", build_tools = ["gleam"], requirements = ["gleam_community_path", "gleam_stdlib", "simplifile"], otp_app = "fswalk", source = "hex", outer_checksum = "344B6600F50E638D0F4A51110235566F692EAED9CEDF9A65100DE0CFE88A9785" },
{ name = "glance", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "glexer"], otp_app = "glance", source = "hex", outer_checksum = "8F3314D27773B7C3B9FB58D8C02C634290422CE531988C0394FA0DF8676B964D" },
{ name = "glance", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "glexer"], otp_app = "glance", source = "hex", outer_checksum = "1510D4A03C28880E62974389E5BF1A5A185036BA07392F1D769620706A9E042F" },
{ name = "gleam_community_path", version = "0.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_community_path", source = "hex", outer_checksum = "916C2829E2ED81036BBA180CFD5E8633D05E25C304FDF6E3BC8A048459B89725" },
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
{ name = "gleamyshell", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleamyshell", source = "hex", outer_checksum = "A5D8ABC9490BA4D6AF187D93DF55230A1D140E7B36704E1201FEB69607719661" },
Expand All @@ -16,7 +16,7 @@ packages = [

[requirements]
fswalk = { version = ">= 3.0.1" }
glance = { version = ">= 0.11.0" }
glance = { version = ">= 1.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleamyshell = { version = ">= 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
Expand Down

0 comments on commit 26c4a9a

Please sign in to comment.