This is an automated email from the ASF dual-hosted git repository. hsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit e35d1fcf1785041d4e1678b76903730e441b8279 Author: sunhe05 <[email protected]> AuthorDate: Mon Mar 13 07:47:20 2023 +0000 Update the Rustfmt edition number to the latest --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 48020c8d..c458cfb1 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -edition = "2018" +edition = "2021" use_field_init_shorthand = true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
