MOD: repos are now using malloc.io because of mooove
This commit is contained in:
parent
8221b211fa
commit
4154eca4e7
|
|
@ -1,7 +1,7 @@
|
||||||
name: ccc_cryptography
|
name: ccc_cryptography
|
||||||
description: "Copius Cipher Chain Cryptography"
|
description: "Copius Cipher Chain Cryptography"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.1
|
sdk: ^3.10.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ccc_cryptography"
|
name = "ccc_cryptography"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
@ -11,8 +11,12 @@ crate-type = ["cdylib", "staticlib"]
|
||||||
# After pushing changes to lum_ccc_rust run:
|
# After pushing changes to lum_ccc_rust run:
|
||||||
# cargo update -p ccc-crypto-core -p ccc-crypto-wolfssl (in this directory)
|
# cargo update -p ccc-crypto-core -p ccc-crypto-wolfssl (in this directory)
|
||||||
# then commit the updated Cargo.lock.
|
# then commit the updated Cargo.lock.
|
||||||
ccc-crypto-core = { git = "ssh://git@10.0.5.109/j3g/lum_ccc_rust.git", branch = "trunk" }
|
ccc-crypto-core = { git = "ssh://git@git.malloc.io:1122/j3g/lum_ccc_rust.git", branch = "trunk" }
|
||||||
ccc-crypto-wolfssl = { git = "ssh://git@10.0.5.109/j3g/lum_ccc_rust.git", branch = "trunk" }
|
ccc-crypto-wolfssl = { git = "ssh://git@git.malloc.io:1122/j3g/lum_ccc_rust.git", branch = "trunk" }
|
||||||
|
|
||||||
|
# Production in office
|
||||||
|
# ccc-crypto-core = { git = "ssh://git@10.0.5.109/j3g/lum_ccc_rust.git", branch = "trunk" }
|
||||||
|
# ccc-crypto-wolfssl = { git = "ssh://git@10.0.5.109/j3g/lum_ccc_rust.git", branch = "trunk" }
|
||||||
|
|
||||||
# Local development: set CCC_LOCAL_DEV=1 and use `cargo build` directly
|
# Local development: set CCC_LOCAL_DEV=1 and use `cargo build` directly
|
||||||
# (not through Flutter) to iterate without git fetches or lock-file churn.
|
# (not through Flutter) to iterate without git fetches or lock-file churn.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue