Skip to content

Commit 7ff7b3c

Browse files
committed
Prepare for rc1 release
1 parent 76d7548 commit 7ff7b3c

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

gleam.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
name = "esdee"
2-
version = "1.0.0"
2+
version = "1.0.0-rc1"
33

4-
# Fill out these fields if you intend to generate HTML documentation or publish
5-
# your project to the Hex package manager.
6-
#
7-
# description = ""
8-
# licences = ["Apache-2.0"]
9-
# repository = { type = "github", user = "", repo = "" }
10-
# links = [{ title = "Website", href = "" }]
11-
#
12-
# For a full reference of all the available options, you can have a look at
13-
# https://gleam.run/writing-gleam/gleam-toml/.
4+
description = "Gleam DNS-SD discovery on Erlang"
5+
licences = ["Apache-2.0"]
6+
repository = { type = "github", user = "sbergen", repo = "esdee" }
147

158
[dependencies]
169
gleam_stdlib = ">= 0.44.0 and < 2.0.0"

0 commit comments

Comments
 (0)