diff --git a/docs/src/guides/getting-started.md b/docs/src/guides/getting-started.md index 31e12c2d..b6084b04 100644 --- a/docs/src/guides/getting-started.md +++ b/docs/src/guides/getting-started.md @@ -127,8 +127,8 @@ For now, we just want to get started; let's start with an existing Rust crate th ```yaml --- rust: - repo: https://github.com/ianthetechie/uniffi-starter - branch: main + repo: https://github.com/jhugman/uniffi-starter.git + branch: jhugman/bump-uniffi-to-0.29 manifestPath: rust/foobar/Cargo.toml ``` diff --git a/integration/fixtures/compat/ubrn.config.yaml b/integration/fixtures/compat/ubrn.config.yaml index 61ae5610..6106d902 100644 --- a/integration/fixtures/compat/ubrn.config.yaml +++ b/integration/fixtures/compat/ubrn.config.yaml @@ -1,4 +1,4 @@ rust: - repo: https://github.com/ianthetechie/uniffi-starter - branch: main - manifestPath: rust/foobar/Cargo.toml + repo: https://github.com/jhugman/uniffi-starter.git + branch: jhugman/bump-uniffi-to-0.29 + manifestPath: rust/foobar/Cargo.toml \ No newline at end of file diff --git a/integration/fixtures/turbo-module-testing/ubrn.config.yaml b/integration/fixtures/turbo-module-testing/ubrn.config.yaml index 61ae5610..6106d902 100644 --- a/integration/fixtures/turbo-module-testing/ubrn.config.yaml +++ b/integration/fixtures/turbo-module-testing/ubrn.config.yaml @@ -1,4 +1,4 @@ rust: - repo: https://github.com/ianthetechie/uniffi-starter - branch: main - manifestPath: rust/foobar/Cargo.toml + repo: https://github.com/jhugman/uniffi-starter.git + branch: jhugman/bump-uniffi-to-0.29 + manifestPath: rust/foobar/Cargo.toml \ No newline at end of file