Skip to content

Commit

Permalink
Prepare 0.2.1 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Aug 22, 2023
1 parent 8ff20e8 commit bec0ca2
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
30 changes: 15 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "/~https://github.com/dojoengine/dojo/"
version = "0.1.0"
version = "0.2.1"

[workspace.dependencies]
anyhow = "1.0.66"
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-core/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.1.1"
description = "The Dojo Core library for autonomous worlds."
name = "dojo"
version = "0.1.0"
version = "0.2.1"

[dependencies]
dojo_plugin = { git = "/~https://github.com/dojoengine/dojo" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-defi/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.1.0-rc4"
description = "Implementations of a defi primitives for the Dojo framework"
name = "dojo_defi"
version = "0.1.0"
version = "0.2.1"

[dependencies]
cubit = { git = "/~https://github.com/influenceth/cubit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-erc/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.1.1"
description = "Implementations of ERC standards for the Dojo framework"
name = "dojo_erc"
version = "0.1.0"
version = "0.2.1"

[cairo]
sierra-replace-ids = true
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-lang/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "dojo_plugin"
version = "0.1.0"
version = "0.2.1"

[cairo-plugin]
2 changes: 1 addition & 1 deletion crates/dojo-lang/src/manifest_test_crate/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
cairo_version = "1.1.0"
name = "manifest_test"
version = "0.1.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion crates/dojo-lang/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl CairoPluginRepository {
let url = Url::parse("/~https://github.com/dojoengine/dojo").unwrap();
let dojo_package_id = PackageId::new(
PackageName::new("dojo_plugin"),
Version::parse("0.1.0").unwrap(),
Version::parse("0.2.1").unwrap(),
SourceId::for_git(&url, &scarb::core::GitReference::DefaultBranch).unwrap(),
);
repo.add(Box::new(BuiltinSemanticCairoPlugin::<DojoPlugin>::new(dojo_package_id))).unwrap();
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-language-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "dojo-languge-server"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-physics/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.0.0-rc4"
description = "Implementations of a physics library for the Dojo framework"
name = "dojo_physics"
version = "0.1.0"
version = "0.2.1"

[dependencies]
cubit = { git = "/~https://github.com/influenceth/cubit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-physics/examples/projectile/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "projectile"
version = "0.1.0"
version = "0.2.1"

[dependencies]
cubit = { git = "/~https://github.com/influenceth/cubit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "dojo-types"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/sozo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "sozo"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/torii/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "torii-client"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
8 changes: 4 additions & 4 deletions crates/torii/client/wasm/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/torii/client/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
edition = "2021"
name = "torii-client-wasm"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/torii/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "torii-server"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion examples/ecs/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "2.1.1"
name = "dojo_examples"
version = "0.1.0"
version = "0.2.1"

[cairo]
sierra-replace-ids = true
Expand Down

0 comments on commit bec0ca2

Please sign in to comment.