Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsky committed Aug 17, 2021
1 parent c7e5cf9 commit d3472c2
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 77 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2018"
license = "MIT"
name = "tangram_cli"
publish = false
version = "0.6.0"
version = "0.7.0"

[[bin]]
name = "tangram"
Expand Down
26 changes: 13 additions & 13 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_core"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand All @@ -29,18 +29,18 @@ rand_xoshiro = "0.6"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.8"
tangram_features = { version = "=0.6.0", path = "../features" }
tangram_finite = { version = "=0.6.0", path = "../finite" }
tangram_id = { version = "=0.6.0", path = "../id" }
tangram_kill_chip = { version = "=0.6.0", path = "../kill_chip" }
tangram_linear = { version = "=0.6.0", path = "../linear" }
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
tangram_model = { version = "=0.6.0", path = "../model" }
tangram_progress_counter = { version = "=0.6.0", path = "../progress_counter" }
tangram_table = { version = "=0.6.0", path = "../table" }
tangram_text = { version = "=0.6.0", path = "../text" }
tangram_tree = { version = "=0.6.0", path = "../tree" }
tangram_zip = { version = "=0.6.0", path = "../zip" }
tangram_features = { version = "0.7.0", path = "../features" }
tangram_finite = { version = "0.7.0", path = "../finite" }
tangram_id = { version = "0.7.0", path = "../id" }
tangram_kill_chip = { version = "0.7.0", path = "../kill_chip" }
tangram_linear = { version = "0.7.0", path = "../linear" }
tangram_metrics = { version = "0.7.0", path = "../metrics" }
tangram_model = { version = "0.7.0", path = "../model" }
tangram_progress_counter = { version = "0.7.0", path = "../progress_counter" }
tangram_table = { version = "0.7.0", path = "../table" }
tangram_text = { version = "0.7.0", path = "../text" }
tangram_tree = { version = "0.7.0", path = "../tree" }
tangram_zip = { version = "0.7.0", path = "../zip" }

[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["js"] }
10 changes: 5 additions & 5 deletions crates/features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_features"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand All @@ -21,7 +21,7 @@ itertools = "0.10"
ndarray = { version = "0.15", features = ["rayon"] }
num = "0.4"
serde = { version = "1", features = ["derive"] }
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
tangram_table = { version = "=0.6.0", path = "../table" }
tangram_text = { version = "=0.6.0", path = "../text" }
tangram_zip = { version = "=0.6.0", path = "../zip" }
tangram_metrics = { version = "0.7.0", path = "../metrics" }
tangram_table = { version = "0.7.0", path = "../table" }
tangram_text = { version = "0.7.0", path = "../text" }
tangram_zip = { version = "0.7.0", path = "../zip" }
2 changes: 1 addition & 1 deletion crates/finite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_finite"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_id"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/kill_chip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_kill_chip"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
14 changes: 7 additions & 7 deletions crates/linear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_linear"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand Down Expand Up @@ -54,9 +54,9 @@ num = "0.4"
rayon = "1.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tangram_features = { version = "=0.6.0", path = "../features" }
tangram_kill_chip = { version = "=0.6.0", path = "../kill_chip" }
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
tangram_progress_counter = { version = "=0.6.0", path = "../progress_counter" }
tangram_table = { version = "=0.6.0", path = "../table" }
tangram_zip = { version = "=0.6.0", path = "../zip" }
tangram_features = { version = "0.7.0", path = "../features" }
tangram_kill_chip = { version = "0.7.0", path = "../kill_chip" }
tangram_metrics = { version = "0.7.0", path = "../metrics" }
tangram_progress_counter = { version = "0.7.0", path = "../progress_counter" }
tangram_table = { version = "0.7.0", path = "../table" }
tangram_zip = { version = "0.7.0", path = "../zip" }
4 changes: 2 additions & 2 deletions crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_metrics"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand All @@ -20,4 +20,4 @@ insta = "1"
itertools = "0.10"
ndarray = { version = "0.15", features = ["rayon"] }
num = "0.4"
tangram_zip = { version = "=0.6.0", path = "../zip" }
tangram_zip = { version = "0.7.0", path = "../zip" }
8 changes: 4 additions & 4 deletions crates/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_model"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand All @@ -18,6 +18,6 @@ anyhow = { version = "1", features = ["backtrace"] }
buffalo = "0.1"
fnv = "1"
num = "0.4"
tangram_linear = { version = "=0.6.0", path = "../linear" }
tangram_text = { version = "=0.6.0", path = "../text" }
tangram_tree = { version = "=0.6.0", path = "../tree" }
tangram_linear = { version = "0.7.0", path = "../linear" }
tangram_text = { version = "0.7.0", path = "../text" }
tangram_tree = { version = "0.7.0", path = "../tree" }
2 changes: 1 addition & 1 deletion crates/progress_counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_progress_counter"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand Down
6 changes: 3 additions & 3 deletions crates/table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_table"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand All @@ -23,5 +23,5 @@ fast-float = "0.2"
fnv = "1"
ndarray = { version = "0.15", features = ["rayon"] }
num = "0.4"
tangram_progress_counter = { version = "=0.6.0", path = "../progress_counter" }
tangram_zip = { version = "=0.6.0", path = "../zip" }
tangram_progress_counter = { version = "0.7.0", path = "../progress_counter" }
tangram_zip = { version = "0.7.0", path = "../zip" }
2 changes: 1 addition & 1 deletion crates/text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_text"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
Expand Down
14 changes: 7 additions & 7 deletions crates/tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_tree"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"


[lib]
Expand Down Expand Up @@ -61,9 +61,9 @@ num = "0.4"
rayon = "1.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tangram_finite = { version = "=0.6.0", path = "../finite" }
tangram_kill_chip = { version = "=0.6.0", path = "../kill_chip" }
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
tangram_progress_counter = { version = "=0.6.0", path = "../progress_counter" }
tangram_table = { version = "=0.6.0", path = "../table" }
tangram_zip = { version = "=0.6.0", path = "../zip" }
tangram_finite = { version = "0.7.0", path = "../finite" }
tangram_kill_chip = { version = "0.7.0", path = "../kill_chip" }
tangram_metrics = { version = "0.7.0", path = "../metrics" }
tangram_progress_counter = { version = "0.7.0", path = "../progress_counter" }
tangram_table = { version = "0.7.0", path = "../table" }
tangram_zip = { version = "0.7.0", path = "../zip" }
2 changes: 1 addition & 1 deletion crates/zip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tangram_zip"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
version = "0.6.0"
version = "0.7.0"

[lib]
path = "lib.rs"
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
cargo = rust;
}).buildRustPackage {
pname = "tangram";
version = "0.6.0-dev";
version = "0.7.0";
src = ./.;
doCheck = false;
nativeBuildInputs = with pkgs; [
clang_12
lld_12
];
cargoSha256 = "sha256-Pc1VyJC6RycHsz5TrLkyXE/jfbz6pdETrtzHkvzHK14=";
cargoSha256 = "sha256-8mX/RmgE3VmoOBGMWnunucXqT+/7HSYDUcp5wempt3M=";
cargoBuildFlags = [ "--bin" "tangram" ];
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER = "clang";
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_LINKER = "lld";
Expand Down
Loading

0 comments on commit d3472c2

Please sign in to comment.