Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

v0.18.0-rc3

+7 -7
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## v0.18.0-rc3 - Unreleased 3 + ## v0.18.0-rc3 - 2021-12-05 4 4 5 5 - URL format in gleam.toml is now validated. 6 6 - The `gleam deps list` command has been added.
+3 -3
Cargo.lock
··· 633 633 634 634 [[package]] 635 635 name = "gleam" 636 - version = "0.18.0-rc2" 636 + version = "0.18.0-rc3" 637 637 dependencies = [ 638 638 "async-trait", 639 639 "atty", ··· 671 671 672 672 [[package]] 673 673 name = "gleam-core" 674 - version = "0.18.0-rc2" 674 + version = "0.18.0-rc3" 675 675 dependencies = [ 676 676 "askama", 677 677 "async-trait", ··· 710 710 711 711 [[package]] 712 712 name = "gleam-wasm" 713 - version = "0.18.0-rc2" 713 + version = "0.18.0-rc3" 714 714 dependencies = [ 715 715 "gleam-core", 716 716 "wasm-bindgen",
+1 -1
compiler-cli/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam" 3 - version = "0.18.0-rc2" 3 + version = "0.18.0-rc3" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
compiler-core/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam-core" 3 - version = "0.18.0-rc2" 3 + version = "0.18.0-rc3" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
compiler-wasm/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam-wasm" 3 - version = "0.18.0-rc2" 3 + version = "0.18.0-rc3" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"