changed Cargo versions from 0.1.0 to 0.0.1

This commit is contained in:
Anton-4 2022-08-03 11:41:19 +02:00
parent d0890e0694
commit 6a15a7b41b
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
58 changed files with 123 additions and 112 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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