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 .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
shell: bash
run: |
sudo pkg install -y -f curl node libnghttp2 npm
sudo pkg install -y -f curl node libnghttp2 npm ca_root_nss
sudo npm install -g corepack
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain beta
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The Node implementation is available under the `@snazzah/davey` package. Check t
Right now there isn't any solid docs on using the Rust crate, but it's available at `davey`.

### Usage from Python
Python package is a WIP, but it's available at `davey`.
Python package is available at `davey`. Check the [typings](/davey-python/davey.pyi) for usage.
4 changes: 2 additions & 2 deletions davey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "davey"
version = "0.1.1"
version = "0.1.2"
description = "A Rust implementation of Discord Audio & Video End-to-End Encryption (DAVE) Protocol"
license = "MIT"
homepage = "https://github.com/Snazzah/davey"
Expand All @@ -10,7 +10,7 @@ keywords = ["MLS", "Encryption", "E2EE", "Discord", "DAVE"]
edition = "2024"

[dependencies]
openmls = { features = ["js"], version = "=0.7.1" }
openmls = { features = ["js"], version = "=0.7.2" }
openmls_basic_credential = "=0.4.1"
openmls_rust_crypto = "=0.4.1"
tracing = "0.1.41"
Expand Down