From b4dabb2b1291c6472a5a9c43edcc80f40797a488 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Nov 2022 23:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D[package]=E4=B8=ADname?= =?UTF-8?q?=E5=90=AB=E6=9C=89=E4=B8=8D=E5=90=88=E6=B3=95=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=BC=96=E8=AF=91=E5=87=BA=E7=9A=84=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=97=A0=E6=B3=95=E8=BF=90=E8=A1=8C=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- src/main.rs | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7bc54448..5729babda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "openGauss-embedded" +name = "oedb" version = "0.1.0" authors = ["huawei"] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 805d0eb7f..dbef64ffc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,2 +1,3 @@ fn main() { -} \ No newline at end of file + println!("Starting oedb ..."); +} -- Gitee