Skip to content

Commit

Permalink
Update deployed packages for 0251205 (#1113)
Browse files Browse the repository at this point in the history
* Update version to 0.3.1-nightly-2023-10-25

* Update deployed packages for 0251205

* Revert version back to 0.3.1-dev
  • Loading branch information
moose-jobs authored Oct 25, 2023
1 parent c6e0333 commit 542c2e2
Show file tree
Hide file tree
Showing 132 changed files with 622 additions and 622 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-rc.1"
version = "0.3.1-dev"
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-rc.1" }
ambient_sys = { path = "../sys" , version = "0.3.1-dev" }
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-rc.1" }
ambient_git_rev = { path = "../git_rev", version = "0.3.1-dev" }
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-rc.1 ambient
cargo install --git https://github.com/AmbientRun/Ambient.git --tag v0.3.1-dev ambient
```

### Installing the latest development version
Expand Down
Loading

0 comments on commit 542c2e2

Please sign in to comment.