Merge pull request #3691 from rtfeldman/cargo_verson_change

changed Cargo versions from 0.1.0 to 0.0.1
This commit is contained in:
Richard Feldman 2022-08-05 09:13:04 -04:00 committed by GitHub
commit 26ee1a01bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 123 additions and 112 deletions

100
Cargo.lock generated
View file

@ -104,7 +104,7 @@ dependencies = [
[[package]] [[package]]
name = "arena-pool" name = "arena-pool"
version = "0.1.0" version = "0.0.1"
[[package]] [[package]]
name = "arrayvec" name = "arrayvec"
@ -3268,7 +3268,7 @@ checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
[[package]] [[package]]
name = "repl_test" name = "repl_test"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"indoc", "indoc",
"lazy_static", "lazy_static",
@ -3316,7 +3316,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_alias_analysis" name = "roc_alias_analysis"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"morphic_lib", "morphic_lib",
"roc_collections", "roc_collections",
@ -3355,7 +3355,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_build" name = "roc_build"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"inkwell 0.1.0", "inkwell 0.1.0",
@ -3389,7 +3389,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_builtins" name = "roc_builtins"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"dunce", "dunce",
"lazy_static", "lazy_static",
@ -3403,7 +3403,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_can" name = "roc_can"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bitvec 1.0.1", "bitvec 1.0.1",
"bumpalo", "bumpalo",
@ -3484,7 +3484,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_collections" name = "roc_collections"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bitvec 1.0.1", "bitvec 1.0.1",
"bumpalo", "bumpalo",
@ -3496,7 +3496,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_constrain" name = "roc_constrain"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"arrayvec 0.7.2", "arrayvec 0.7.2",
"roc_can", "roc_can",
@ -3510,11 +3510,11 @@ dependencies = [
[[package]] [[package]]
name = "roc_debug_flags" name = "roc_debug_flags"
version = "0.1.0" version = "0.0.1"
[[package]] [[package]]
name = "roc_derive" name = "roc_derive"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"roc_can", "roc_can",
@ -3529,7 +3529,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_derive_key" name = "roc_derive_key"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"roc_can", "roc_can",
"roc_collections", "roc_collections",
@ -3541,7 +3541,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_docs" name = "roc_docs"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"peg", "peg",
@ -3565,7 +3565,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_docs_cli" name = "roc_docs_cli"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"clap 3.2.11", "clap 3.2.11",
"roc_docs", "roc_docs",
@ -3573,7 +3573,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_editor" name = "roc_editor"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"arrayvec 0.7.2", "arrayvec 0.7.2",
"bumpalo", "bumpalo",
@ -3622,11 +3622,11 @@ dependencies = [
[[package]] [[package]]
name = "roc_error_macros" name = "roc_error_macros"
version = "0.1.0" version = "0.0.1"
[[package]] [[package]]
name = "roc_exhaustive" name = "roc_exhaustive"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"roc_collections", "roc_collections",
"roc_module", "roc_module",
@ -3635,7 +3635,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_fmt" name = "roc_fmt"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"indoc", "indoc",
@ -3650,7 +3650,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_gen_dev" name = "roc_gen_dev"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"capstone", "capstone",
@ -3675,7 +3675,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_gen_llvm" name = "roc_gen_llvm"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"inkwell 0.1.0", "inkwell 0.1.0",
@ -3695,7 +3695,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_gen_wasm" name = "roc_gen_wasm"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bitvec 1.0.1", "bitvec 1.0.1",
"bumpalo", "bumpalo",
@ -3710,7 +3710,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_glue" name = "roc_glue"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"clap 3.2.11", "clap 3.2.11",
@ -3740,7 +3740,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_highlight" name = "roc_highlight"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"peg", "peg",
"roc_code_markup", "roc_code_markup",
@ -3748,11 +3748,11 @@ dependencies = [
[[package]] [[package]]
name = "roc_ident" name = "roc_ident"
version = "0.1.0" version = "0.0.1"
[[package]] [[package]]
name = "roc_late_solve" name = "roc_late_solve"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"roc_can", "roc_can",
@ -3767,7 +3767,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_linker" name = "roc_linker"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bincode", "bincode",
"bumpalo", "bumpalo",
@ -3787,7 +3787,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_load" name = "roc_load"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"roc_builtins", "roc_builtins",
@ -3802,7 +3802,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_load_internal" name = "roc_load_internal"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"crossbeam", "crossbeam",
@ -3836,7 +3836,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_module" name = "roc_module"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"lazy_static", "lazy_static",
@ -3850,7 +3850,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_mono" name = "roc_mono"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"hashbrown 0.12.2", "hashbrown 0.12.2",
@ -3875,7 +3875,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_parse" name = "roc_parse"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"criterion", "criterion",
@ -3892,7 +3892,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_problem" name = "roc_problem"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"roc_collections", "roc_collections",
"roc_module", "roc_module",
@ -3903,14 +3903,14 @@ dependencies = [
[[package]] [[package]]
name = "roc_region" name = "roc_region"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"static_assertions", "static_assertions",
] ]
[[package]] [[package]]
name = "roc_repl_cli" name = "roc_repl_cli"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"const_format", "const_format",
@ -3937,7 +3937,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_repl_eval" name = "roc_repl_eval"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"roc_builtins", "roc_builtins",
@ -3957,7 +3957,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_repl_expect" name = "roc_repl_expect"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"indoc", "indoc",
@ -3987,7 +3987,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_repl_wasm" name = "roc_repl_wasm"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"console_error_panic_hook", "console_error_panic_hook",
@ -4009,7 +4009,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_reporting" name = "roc_reporting"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"distance", "distance",
@ -4039,7 +4039,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_solve" name = "roc_solve"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"arrayvec 0.7.2", "arrayvec 0.7.2",
"bumpalo", "bumpalo",
@ -4072,7 +4072,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_solve_problem" name = "roc_solve_problem"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"roc_can", "roc_can",
"roc_collections", "roc_collections",
@ -4085,7 +4085,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_std" name = "roc_std"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"arrayvec 0.7.2", "arrayvec 0.7.2",
"static_assertions", "static_assertions",
@ -4093,7 +4093,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_target" name = "roc_target"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"strum", "strum",
"strum_macros", "strum_macros",
@ -4102,7 +4102,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_test_utils" name = "roc_test_utils"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"pretty_assertions", "pretty_assertions",
"remove_dir_all 0.7.0", "remove_dir_all 0.7.0",
@ -4110,7 +4110,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_types" name = "roc_types"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"roc_collections", "roc_collections",
@ -4123,7 +4123,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_unify" name = "roc_unify"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"roc_can", "roc_can",
@ -4137,7 +4137,7 @@ dependencies = [
[[package]] [[package]]
name = "roc_utils" name = "roc_utils"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"snafu", "snafu",
] ]
@ -4786,7 +4786,7 @@ dependencies = [
[[package]] [[package]]
name = "test_derive" name = "test_derive"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"indoc", "indoc",
@ -4812,7 +4812,7 @@ dependencies = [
[[package]] [[package]]
name = "test_gen" name = "test_gen"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"criterion", "criterion",
@ -4852,7 +4852,7 @@ dependencies = [
[[package]] [[package]]
name = "test_mono" name = "test_mono"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"indoc", "indoc",
@ -4869,7 +4869,7 @@ dependencies = [
[[package]] [[package]]
name = "test_mono_macros" name = "test_mono_macros"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -5188,7 +5188,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]] [[package]]
name = "wasi_libc_sys" name = "wasi_libc_sys"
version = "0.1.0" version = "0.0.1"
[[package]] [[package]]
name = "wasm-bindgen" name = "wasm-bindgen"

View file

@ -3,7 +3,7 @@ authors = ["The Roc Contributors"]
edition = "2021" edition = "2021"
license = "UPL-1.0" license = "UPL-1.0"
name = "roc_alias_analysis" name = "roc_alias_analysis"
version = "0.1.0" version = "0.0.1"
[dependencies] [dependencies]
morphic_lib = {path = "../../vendor/morphic_lib"} morphic_lib = {path = "../../vendor/morphic_lib"}

View file

@ -1,6 +1,6 @@
[package] [package]
name = "arena-pool" name = "arena-pool"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
repository = "https://github.com/rtfeldman/roc" repository = "https://github.com/rtfeldman/roc"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_build" name = "roc_build"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_builtins" name = "roc_builtins"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_can" name = "roc_can"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_collections" name = "roc_collections"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_constrain" name = "roc_constrain"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,8 @@
[package] [package]
name = "roc_debug_flags" name = "roc_debug_flags"
version = "0.1.0" version = "0.0.1"
edition = "2021" edition = "2021"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
[dependencies] [dependencies]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_derive" name = "roc_derive"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_derive_key" name = "roc_derive_key"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_exhaustive" name = "roc_exhaustive"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_fmt" name = "roc_fmt"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "roc_gen_dev" name = "roc_gen_dev"
description = "The development backend for the Roc compiler" description = "The development backend for the Roc compiler"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "roc_gen_llvm" name = "roc_gen_llvm"
description = "The LLVM backend for the Roc compiler" description = "The LLVM backend for the Roc compiler"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,9 +1,9 @@
[package] [package]
name = "roc_gen_wasm" name = "roc_gen_wasm"
version = "0.1.0" version = "0.0.1"
edition = "2021" edition = "2021"
authors = ["The Roc Contributors"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "UPL-1.0"
[dependencies] [dependencies]
bitvec = "1" bitvec = "1"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_ident" name = "roc_ident"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_late_solve" name = "roc_late_solve"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_load" name = "roc_load"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_load_internal" name = "roc_load_internal"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_module" name = "roc_module"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
edition = "2021" edition = "2021"
license = "UPL-1.0" license = "UPL-1.0"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_mono" name = "roc_mono"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_parse" name = "roc_parse"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_problem" name = "roc_problem"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_region" name = "roc_region"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_target" name = "roc_target"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_solve" name = "roc_solve"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_solve_problem" name = "roc_solve_problem"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_str" name = "roc_str"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "test_derive" name = "test_derive"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "test_gen" name = "test_gen"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "test_mono" name = "test_mono"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "test_mono_macros" name = "test_mono_macros"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_types" name = "roc_types"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -3,7 +3,7 @@ authors = ["The Roc Contributors"]
edition = "2021" edition = "2021"
license = "UPL-1.0" license = "UPL-1.0"
name = "roc_unify" name = "roc_unify"
version = "0.1.0" version = "0.0.1"
[dependencies] [dependencies]
bitflags = "1.3.2" bitflags = "1.3.2"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_docs" name = "roc_docs"
version = "0.1.0" version = "0.0.1"
license = "UPL-1.0" license = "UPL-1.0"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_docs_cli" name = "roc_docs_cli"
version = "0.1.0" version = "0.0.1"
license = "UPL-1.0" license = "UPL-1.0"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_editor" name = "roc_editor"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_error_macros" name = "roc_error_macros"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_glue" name = "roc_glue"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_highlight" name = "roc_highlight"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_linker" name = "roc_linker"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
repository = "https://github.com/rtfeldman/roc" repository = "https://github.com/rtfeldman/roc"

View file

@ -1,9 +1,10 @@
[package] [package]
edition = "2021" edition = "2021"
name = "roc_repl_cli" name = "roc_repl_cli"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features] [features]
# pipe target to roc_build # pipe target to roc_build

View file

@ -1,7 +1,9 @@
[package] [package]
edition = "2021" edition = "2021"
name = "roc_repl_eval" name = "roc_repl_eval"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,9 +1,9 @@
[package] [package]
name = "roc_repl_expect" name = "roc_repl_expect"
version = "0.1.0" version = "0.0.1"
edition = "2021" edition = "2021"
authors = ["The Roc Contributors"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "UPL-1.0"
[dependencies] [dependencies]
bumpalo = {version = "3.8.0", features = ["collections"]} bumpalo = {version = "3.8.0", features = ["collections"]}

View file

@ -1,7 +1,9 @@
[package] [package]
edition = "2021" edition = "2021"
name = "repl_test" name = "repl_test"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
[build-dependencies] [build-dependencies]
roc_cli = {path = "../cli"} roc_cli = {path = "../cli"}

View file

@ -1,7 +1,9 @@
[package] [package]
edition = "2021" edition = "2021"
name = "roc_repl_wasm" name = "roc_repl_wasm"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["cdylib"]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_reporting" name = "roc_reporting"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -6,7 +6,7 @@ license = "UPL-1.0"
name = "roc_std" name = "roc_std"
readme = "README.md" readme = "README.md"
repository = "https://github.com/rtfeldman/roc" repository = "https://github.com/rtfeldman/roc"
version = "0.1.0" version = "0.0.1"
[dependencies] [dependencies]
static_assertions = "1.1.0" static_assertions = "1.1.0"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_test_utils" name = "roc_test_utils"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "roc_utils" name = "roc_utils"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -5,4 +5,4 @@ edition = "2021"
license = "UPL-1.0" license = "UPL-1.0"
name = "wasi_libc_sys" name = "wasi_libc_sys"
repository = "https://github.com/rtfeldman/roc" repository = "https://github.com/rtfeldman/roc"
version = "0.1.0" version = "0.0.1"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "host" name = "host"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "host" name = "host"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "host" name = "host"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "host" name = "host"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "host" name = "host"
version = "0.1.0" version = "0.0.1"
authors = ["The Roc Contributors"] authors = ["The Roc Contributors"]
license = "UPL-1.0" license = "UPL-1.0"
edition = "2021" edition = "2021"

View file

@ -1,7 +1,9 @@
[package] [package]
name = "nightly_benches" name = "nightly_benches"
version = "0.1.0" version = "0.0.1"
edition = "2021" edition = "2021"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
[dependencies] [dependencies]