rust/README.rst
changeset 49628 eb383f093a01
parent 48842 649ff7f86f96
child 50384 5d20fc23e265
equal deleted inserted replaced
49627:7577b8644558 49628:eb383f093a01
    75   $ py-spy record --native --output /tmp/profile.svg -- ./hg ...
    75   $ py-spy record --native --output /tmp/profile.svg -- ./hg ...
    76 
    76 
    77 Developing Rust
    77 Developing Rust
    78 ===============
    78 ===============
    79 
    79 
    80 The current version of Rust in use is ``1.48.0``, because it's what Debian
    80 The current version of Rust in use is ``1.61.0``, because it's what Debian
    81 stable has. You can use ``rustup override set 1.48.0`` at the root of the repo
    81 testing has. You can use ``rustup override set 1.61.0`` at the root of the repo
    82 to make it easier on you.
    82 to make it easier on you.
    83 
    83 
    84 Go to the ``hg-cpython`` folder::
    84 Go to the ``hg-cpython`` folder::
    85 
    85 
    86   $ cd rust/hg-cpython
    86   $ cd rust/hg-cpython