Skip to content

Commit

Permalink
PDK with a single value (#11)
Browse files Browse the repository at this point in the history
* Back to attempt with single value

* Go back to known_key stub approach

* Update to new `RCow`

* Lots of fixes and cleaning up

* Fix metronome plugin

See rodrimati1992/abi_stable_crates#75
  • Loading branch information
Mario authored and marioortizmanero committed Mar 3, 2022
1 parent 4ba44d6 commit b0404f4
Show file tree
Hide file tree
Showing 77 changed files with 1,981 additions and 1,874 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,8 @@ es-integration = []
[patch.crates-io]
rust-bert = { git = 'https://github.com/mfelsche/rust-bert.git', rev = '1140989' }
rust_tokenizers = { git = 'https://github.com/mfelsche/rust-tokenizers.git', rev = '5a7860d' }
# FIXME: update to crates.io when this is added to a new version:
# https://github.com/rodrimati1992/abi_stable_crates/pull/68
abi_stable = { git = "https://github.com/rodrimati1992/abi_stable_crates.git", branch = "0_11" }
# FIXME: update to v0.11 when it's released
abi_stable = { git = "https://github.com/marioortizmanero/abi_stable_crates.git", branch = "ok_or" }
# FIXME: update to crates.io when this is added to a new version:
# https://github.com/simd-lite/simd-json-derive/pull/9
simd-json-derive = { git = "https://github.com/marioortizmanero/simd-json-derive.git", branch = "abi-stable" }
Expand Down
Loading

0 comments on commit b0404f4

Please sign in to comment.