##// END OF EJS Templates
rust-cpython: use PyList.insert() instead of .insert_item()...
rust-cpython: use PyList.insert() instead of .insert_item() Silences the deprecated warning. https://github.com/dgrunwald/rust-cpython/commit/e8cbe864841714c5555db8c90e057bd11e360c7f

File last commit:

r41001:5532823e default
r44701:06df075b default
Show More
Cargo.toml
3 lines | 92 B | text/plain | TOMLLexer
Gregory Szorc
rust: implementation of `hg`...
r35587 [workspace]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
Georges Racinet
rust-cpython: exclude hgcli from workspace...
r41000 exclude = ["chg", "hgcli"]