Skip to content

Commit

Permalink
v0.3.1-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed Oct 25, 2023
1 parent bd59520 commit fcc278d
Show file tree
Hide file tree
Showing 131 changed files with 500 additions and 500 deletions.
148 changes: 74 additions & 74 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["crates/*", "libs/*", "shared_crates/*", "app", "campfire", "schema"]
resolver = "2"

[workspace.package]
version = "0.3.1-dev"
version = "0.3.1-rc.2"
rust-version = "1.70.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/asset_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/AmbientRun/Ambient"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ambient_sys = { path = "../sys" , version = "0.3.1-dev" }
ambient_sys = { path = "../sys" , version = "0.3.1-rc.2" }
serde = { workspace = true }
as-any = { workspace = true }
async-trait = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/git_rev_init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repository = "https://github.com/AmbientRun/Ambient"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ambient_git_rev = { path = "../git_rev", version = "0.3.1-dev" }
ambient_git_rev = { path = "../git_rev", version = "0.3.1-rc.2" }
2 changes: 1 addition & 1 deletion docs/src/reference/advanced_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This will automatically download the source, compile and install Ambient from yo
This is the recommended method of installing Ambient from source if the downloadable binaries are insufficient. The latest published release should be used unless you have a specific reason to use the development version.

```sh
cargo install --git https://github.com/AmbientRun/Ambient.git --tag v0.3.1-dev ambient
cargo install --git https://github.com/AmbientRun/Ambient.git --tag v0.3.1-rc.2 ambient
```

### Installing the latest development version
Expand Down
Loading

0 comments on commit fcc278d

Please sign in to comment.