検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for version (0.012 sec.)
新しいプロジェクトを作成する - エディションガイド 11705
序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション ... roject > cat foo/Cargo.toml [package] name = "foo" version = "0.1.0" authors = ["your name <you@example.com>" ... の値を変更できます。例えば、 [package] name = "foo" version = "0.1.0" authors = ["your name <you@example.com>" ... rgo , 変更 , パッケージ , dependencies , authors , version ...
https://man.plustar.jp/rust/edition/editions/creating-a-new-project.html - [similar]
デフォルトの Cargo のフィーチャリゾルバ - エディションガイド 10170
序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション ... itching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. This may cause some d ... たとしましょう: # Cargo.toml [dependencies] bstr = { version = "0.2.16", default-features = false } # ... そして ... ャを書くようにすることです。 [dependencies] bstr = { version = "0.2.16", default-features = false, features = [ ... たとえば、こんな感じです: [dependencies] diesel = { version = "1.4.7", features = ["postgres"] } diesel_migrat ...
https://man.plustar.jp/rust/edition/rust-2021/default-cargo-resolver.html - [similar]
エディションガイド 8192
序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション ... roject > cat foo/Cargo.toml [package] name = "foo" version = "0.1.0" authors = ["your name <you@example.com>" ... の値を変更できます。例えば、 [package] name = "foo" version = "0.1.0" authors = ["your name <you@example.com>" ... ば以下のような形になります。 [package] name = "foo" version = "0.1.0" edition = "2018" もし edition キーがなけ ... itching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. This may cause some d ...
https://man.plustar.jp/rust/edition/print.html - [similar]
既存のプロジェクトのエディションを移行する - エディションガイド 6879
序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション ... ば以下のような形になります。 [package] name = "foo" version = "0.1.0" edition = "2018" もし edition キーがなけ ...
https://man.plustar.jp/rust/edition/editions/transitioning-an-existing-project-t... - [similar]
PREV 1 NEXT