mirror of
https://github.com/fluencelabs/crate-versions-experiment
synced 2025-03-15 00:10:49 +00:00
Add inner & top crates
This commit is contained in:
parent
e4c7d1a594
commit
e71c2713aa
13
Cargo.lock
generated
Normal file
13
Cargo.lock
generated
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
[[package]]
|
||||||
|
name = "crate-version-experiment"
|
||||||
|
version = "0.2.13"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "release-experiment-inner-crate"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "release-experiment-top-crate"
|
||||||
|
version = "0.1.0-experiment-version"
|
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[package]
|
||||||
|
name = "crate-version-experiment"
|
||||||
|
version = "0.2.13" # remember to update html_root_url
|
||||||
|
description = "Experimenting with releases"
|
||||||
|
authors = ["Fluence Labs"]
|
||||||
|
readme = "Readme.md"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs] # https://docs.rs/about
|
||||||
|
all-features = true
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
path = "src/lib.rs"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"crates/inner-crate",
|
||||||
|
"top-crate"
|
||||||
|
]
|
7
crates/inner-crate/Cargo.toml
Normal file
7
crates/inner-crate/Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[package]
|
||||||
|
name = "release-experiment-inner-crate"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["folex <0xdxdy@gmail.com>"]
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
|
[dependencies]
|
3
crates/inner-crate/src/lib.rs
Normal file
3
crates/inner-crate/src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pub fn inner() -> String {
|
||||||
|
"inner".to_string()
|
||||||
|
}
|
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pub fn awesome_experiment() -> String {
|
||||||
|
"awesome".to_string()
|
||||||
|
}
|
1
target/.rustc_info.json
Normal file
1
target/.rustc_info.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"rustc_fingerprint":14073455351661305807,"outputs":{"4476964694761187371":["___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/folex/.rustup/toolchains/nightly-x86_64-apple-darwin\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_feature=\"ssse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_has_atomic_equal_alignment=\"16\"\ntarget_has_atomic_equal_alignment=\"32\"\ntarget_has_atomic_equal_alignment=\"64\"\ntarget_has_atomic_equal_alignment=\"8\"\ntarget_has_atomic_equal_alignment=\"ptr\"\ntarget_has_atomic_load_store=\"128\"\ntarget_has_atomic_load_store=\"16\"\ntarget_has_atomic_load_store=\"32\"\ntarget_has_atomic_load_store=\"64\"\ntarget_has_atomic_load_store=\"8\"\ntarget_has_atomic_load_store=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_thread_local\ntarget_vendor=\"apple\"\nunix\n",""],"1164083562126845933":["rustc 1.50.0-nightly (f76ecd066 2020-12-15)\nbinary: rustc\ncommit-hash: f76ecd0668fcdb289456cdc72a39ad15467cc454\ncommit-date: 2020-12-15\nhost: x86_64-apple-darwin\nrelease: 1.50.0-nightly\n",""]},"successes":{}}
|
0
target/debug/.cargo-lock
Normal file
0
target/debug/.cargo-lock
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
@ -0,0 +1 @@
|
|||||||
|
03ccc8b021d96df9
|
@ -0,0 +1 @@
|
|||||||
|
{"rustc":13486902451950592951,"features":"[]","target":858270292970840288,"profile":18074012566298724745,"path":10872709659218687626,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crate-version-experiment-68cda0aff7fc5f62/dep-lib-crate-version-experiment"}}],"rustflags":[],"metadata":2804484153472059963,"config":0}
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
@ -0,0 +1 @@
|
|||||||
|
4f4908c476bc5661
|
@ -0,0 +1 @@
|
|||||||
|
{"rustc":13486902451950592951,"features":"[]","target":15505551127129780224,"profile":18074012566298724745,"path":9161152100806747351,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/release-experiment-inner-crate-3e5a74658d1634fe/dep-lib-release-experiment-inner-crate"}}],"rustflags":[],"metadata":11279973702608874087,"config":0}
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
@ -0,0 +1 @@
|
|||||||
|
a22a1e95bb2d03ee
|
@ -0,0 +1 @@
|
|||||||
|
{"rustc":13486902451950592951,"features":"[]","target":3505463678821393251,"profile":18074012566298724745,"path":911964262130268499,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/release-experiment-top-crate-13d51ac27dd73719/dep-lib-release-experiment-top-crate"}}],"rustflags":[],"metadata":1478816021539853668,"config":0}
|
@ -0,0 +1,7 @@
|
|||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/crate_version_experiment-68cda0aff7fc5f62.rmeta: src/lib.rs
|
||||||
|
|
||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/libcrate_version_experiment-68cda0aff7fc5f62.rlib: src/lib.rs
|
||||||
|
|
||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/crate_version_experiment-68cda0aff7fc5f62.d: src/lib.rs
|
||||||
|
|
||||||
|
src/lib.rs:
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
|||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/release_experiment_inner_crate-3e5a74658d1634fe.rmeta: crates/inner-crate/src/lib.rs
|
||||||
|
|
||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/librelease_experiment_inner_crate-3e5a74658d1634fe.rlib: crates/inner-crate/src/lib.rs
|
||||||
|
|
||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/release_experiment_inner_crate-3e5a74658d1634fe.d: crates/inner-crate/src/lib.rs
|
||||||
|
|
||||||
|
crates/inner-crate/src/lib.rs:
|
@ -0,0 +1,7 @@
|
|||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/release_experiment_top_crate-13d51ac27dd73719.rmeta: top-crate/src/lib.rs
|
||||||
|
|
||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/librelease_experiment_top_crate-13d51ac27dd73719.rlib: top-crate/src/lib.rs
|
||||||
|
|
||||||
|
/Users/folex/Development/crate-version-experiment/target/debug/deps/release_experiment_top_crate-13d51ac27dd73719.d: top-crate/src/lib.rs
|
||||||
|
|
||||||
|
top-crate/src/lib.rs:
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user