Skip to content

Commit

Permalink
push to remote for cleanbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Jan 24, 2025
1 parent ffc72fe commit 25b45a9
Show file tree
Hide file tree
Showing 5 changed files with 4,824 additions and 32,977 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@mui/material": "^5.14.8",
"@nextui-org/accordion": "^2.0.40",
"@nextui-org/react": "^2.4.8",
"@nymproject/contract-clients": ">=1.2.4-rc.2 || ^1",
"@nymproject/mix-fetch-full-fat": ">=1.2.4-rc.2 || ^1",
"@nymproject/sdk-full-fat": ">=1.2.4-rc.2 || ^1",
"@nymproject/contract-clients": ">=1.4.0-rc.0 || ^1",
"@nymproject/mix-fetch-full-fat": ">=1.4.0-rc.0 || ^1",
"@nymproject/sdk-full-fat": ">=1.4.0-rc.0 || ^1",
"@redocly/cli": "^1.25.15",
"@types/mdx": "^2.0.13",
"chain-registry": "^1.19.0",
Expand Down
3 changes: 0 additions & 3 deletions documentation/docs/pages/developers/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
The Rust SDK allows developers building applications in Rust to import and interact with Nym clients as they would any other dependency, instead of running the client as a separate process on their machine.

Check the [development status](./rust/development-status) page to see the various modules that make up the SDK, and the [FFI](./rust/ffi) page for Go/C++ developers.

### Generate Crate Docs
In order to generate the crate docs run `cargo doc --open` from `nym/sdk/rust/nym-sdk/`
Loading

0 comments on commit 25b45a9

Please sign in to comment.