search for: f50a66b7

Displaying 4 results from an estimated 4 matches for "f50a66b7".

2020 Jun 17
2
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...epend on unrelesed > > versions of the nbdkit crate. > > --- > > Cargo.toml | 2 ++ > > 1 file changed, 2 insertions(+) > > create mode 100644 Cargo.toml > > > > diff --git a/Cargo.toml b/Cargo.toml > > new file mode 100644 > > index 00000000..f50a66b7 > > --- /dev/null > > +++ b/Cargo.toml > > @@ -0,0 +1,2 @@ > > +[workspace] > > +members = ["plugins/rust"] > > Is it really absolutely necessary to have this in the top level > directory of the source tree? > > Rich. > Turns out it isn'...
2020 Jun 16
4
nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...is is necessary for other Rust projects to depend on unrelesed > versions of the nbdkit crate. > --- > Cargo.toml | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 Cargo.toml > > diff --git a/Cargo.toml b/Cargo.toml > new file mode 100644 > index 00000000..f50a66b7 > --- /dev/null > +++ b/Cargo.toml > @@ -0,0 +1,2 @@ > +[workspace] > +members = ["plugins/rust"] Is it really absolutely necessary to have this in the top level directory of the source tree? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com...
2020 Jun 17
0
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...the nbdkit crate. > > > --- > > > Cargo.toml | 2 ++ > > > 1 file changed, 2 insertions(+) > > > create mode 100644 Cargo.toml > > > > > > diff --git a/Cargo.toml b/Cargo.toml > > > new file mode 100644 > > > index 00000000..f50a66b7 > > > --- /dev/null > > > +++ b/Cargo.toml > > > @@ -0,0 +1,2 @@ > > > +[workspace] > > > +members = ["plugins/rust"] > > > > Is it really absolutely necessary to have this in the top level > > directory of the source tree? &g...