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

Configure Feed

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

v1.0.0

+8 -8
+4 -4
Cargo.lock
··· 747 747 748 748 [[package]] 749 749 name = "gleam" 750 - version = "1.0.0-rc2" 750 + version = "1.0.0" 751 751 dependencies = [ 752 752 "async-trait", 753 753 "atty", ··· 795 795 796 796 [[package]] 797 797 name = "gleam-core" 798 - version = "1.0.0-rc2" 798 + version = "1.0.0" 799 799 dependencies = [ 800 800 "askama", 801 801 "async-trait", ··· 846 846 847 847 [[package]] 848 848 name = "gleam-wasm" 849 - version = "1.0.0-rc2" 849 + version = "1.0.0" 850 850 dependencies = [ 851 851 "camino", 852 852 "console_error_panic_hook", ··· 2222 2222 2223 2223 [[package]] 2224 2224 name = "test-package-compiler" 2225 - version = "1.0.0-rc2" 2225 + version = "1.0.0" 2226 2226 dependencies = [ 2227 2227 "camino", 2228 2228 "gleam-core",
+1 -1
compiler-cli/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam" 3 - version = "1.0.0-rc2" 3 + version = "1.0.0" 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 = "1.0.0-rc2" 3 + version = "1.0.0" 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 = "1.0.0-rc2" 3 + version = "1.0.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
test-package-compiler/Cargo.toml
··· 1 1 [package] 2 2 name = "test-package-compiler" 3 - version = "1.0.0-rc2" 3 + version = "1.0.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"