aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-16 13:42:02 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-16 13:42:02 +0000
commitfa4c845d623f4c9675ec1ee843978e9adcbebf9d (patch)
treea7b6a14ab195652eee344b86195439a170a907e2 /gleam.toml
parentac46ed164a6509c2bcf0a8961ab6fe84e7820b2b (diff)
downloadjavascript-fa4c845d623f4c9675ec1ee843978e9adcbebf9d.tar.gz
javascript-fa4c845d623f4c9675ec1ee843978e9adcbebf9d.zip
v0.7.1v0.7.1
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gleam.toml b/gleam.toml
index a5c23a9..3daea56 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_javascript"
-version = "0.7.0"
+version = "0.7.1"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"
@@ -16,7 +16,7 @@ links = [
typescript_declarations = true
[dependencies]
-gleam_stdlib = "~> 0.19"
+gleam_stdlib = "~> 0.19 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"