summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-16 18:58:47 +1000
committerteor <teor@torproject.org>2018-08-16 18:58:47 +1000
commitdb3414dd518d757e9a1c9be6c7987fee54f51cf7 (patch)
tree984c9aeccea91b7860020ec522699acc89cc7cdf /doc
parenta26a2735b9cf9c6940d784f755f983088c333833 (diff)
downloadtor-db3414dd518d757e9a1c9be6c7987fee54f51cf7.tar.gz
tor-db3414dd518d757e9a1c9be6c7987fee54f51cf7.zip
Rust: Say that we support rust stable in GettingStartedRust.md
In 24765, we said that we supported rust stable in CodingStandardsRust.md. But we left GettingStartedRust.md saying that we support rust nightly. Closes 27160.
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/GettingStartedRust.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/HACKING/GettingStartedRust.md b/doc/HACKING/GettingStartedRust.md
index a5253b46a6..920596cadf 100644
--- a/doc/HACKING/GettingStartedRust.md
+++ b/doc/HACKING/GettingStartedRust.md
@@ -119,9 +119,10 @@ the module calls. Modules which call fewer other modules are better targets.
Strive to change the C API as little as possible.
-We are currently targetting Rust nightly, *for now*. We expect this to change
-moving forward, as we understand more about which nightly features we need. It
-is on our TODO list to try to cultivate good standing with various distro
+We are currently targetting Rust stable. (See CodingStandardsRust.md for more
+details.)
+
+It is on our TODO list to try to cultivate good standing with various distro
maintainers of `rustc` and `cargo`, in order to ensure that whatever version we
solidify on is readily available.