Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .myownmesh-rev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.2
v0.1.3
26 changes: 13 additions & 13 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ qrcode = { version = "0.14", default-features = false, features = ["svg"] }

# Cloud Mesh substrate. Identity, signing, and roster live in the
# `myownmesh-core` crate from the MyOwnMesh repo — the same code that
# was extracted out of this app's `mesh/` directory. We pin to `main`
# while the substrate stabilises; will switch to `tag = "v0.1.0"` once
# the first MyOwnMesh release lands. The library is not on crates.io
# was extracted out of this app's `mesh/` directory. We pin to a
# release tag, kept in sync with `.myownmesh-rev` (bump both when
# adopting a new MyOwnMesh release). The library is not on crates.io
# yet (gated on a public-API freeze), so git is the supported pin.
# `MYOWNMESH_HOME` is set to `~/.myownllm` in main.rs so the substrate
# reads/writes our existing on-disk layout (identity.json, rosters/)
# without surprising users with a path move.
myownmesh-core = { git = "https://github.com/mrjeeves/MyOwnMesh", tag = "v0.1.2" }
myownmesh-core = { git = "https://github.com/mrjeeves/MyOwnMesh", tag = "v0.1.3" }

# base32 is still used directly by the Tauri command layer to decode
# `message_b32` arguments before handing the raw bytes to
Expand Down
Loading