Explorar o código

Revert solana deploy case back to camel

Armani Ferrante %!s(int64=4) %!d(string=hai) anos
pai
achega
80e1fd54ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/src/main.rs

+ 1 - 1
cli/src/main.rs

@@ -448,7 +448,7 @@ fn deploy_ws(url: &str, keypair: &str) -> Result<Vec<(Program, Pubkey)>> {
 }
 
 #[derive(Debug, Deserialize)]
-#[serde(rename_all = "PascalCase")]
+#[serde(rename_all = "camelCase")]
 pub struct DeployStdout {
     program_id: String,
 }