Skip to content

Commit

Permalink
bump v0.3.0 and update gleam_stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Feb 22, 2022
1 parent 488ae1f commit bf0f707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
name = "ids"
dependencies = { gleam_stdlib = "~> 0.19", gleam_otp = "~> 0.3", gleam_erlang = "~> 0.9" }
version = "0.3.0"
licences = ["Apache-2.0"]
description = "✨ Unique IDs for Gleam"
repository = { type = "github", user = "rvcas", repo = "ids" }

dependencies = { gleam_stdlib = "~> 0.20", gleam_otp = "~> 0.3", gleam_erlang = "~> 0.9" }
dev-dependencies = { gleeunit = "~> 0.6" }
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
packages = [
{ name = "gleam_erlang", version = "0.9.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "15D0B66DA08D63C16EDDF32A70F6EB49E44DC83DB0370B7A45F1E954F8A23174" },
{ name = "gleam_otp", version = "0.3.1", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "9F779074D0CD3760E280E24247BA17FC673D654234D56B3A8F187DC8FDE299B7" },
{ name = "gleam_stdlib", version = "0.19.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "CA579C2FF0621E93FF6EFEF61BAFFCF0505732BA073F616E28878042F1A1F401" },
{ name = "gleam_stdlib", version = "0.20.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "E5715F0CDCB3AB1BB73C6C35E46DA223997F680550E17CE46BC88B710E061CCE" },
{ name = "gleeunit", version = "0.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5BF486C3E135B7F5ED8C054925FC48E5B2C79016A39F416FD8CF2E860520EE55" },
]

[requirements]
gleam_erlang = "~> 0.9"
gleam_otp = "~> 0.3"
gleam_stdlib = "~> 0.19"
gleam_stdlib = "~> 0.20"
gleeunit = "~> 0.6"

0 comments on commit bf0f707

Please sign in to comment.