Browse Source

node: bump minor version to trigger travis build

Mokhtar Naamani 4 năm trước cách đây
mục cha
commit
b158fef093
3 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 0 1
      .travis.yml
  2. 1 1
      Cargo.lock
  3. 1 1
      node/Cargo.toml

+ 0 - 1
.travis.yml

@@ -34,7 +34,6 @@ before_script:
   - cargo fmt --all -- --check
 
 script:
-  # we set release as build type for all steps to benefit from already compiled packages in prior steps
   - export WASM_BUILD_TOOLCHAIN=nightly-2020-05-23
   - cargo clippy --all -- -D warnings
   - cargo test --verbose --all

+ 1 - 1
Cargo.lock

@@ -1993,7 +1993,7 @@ dependencies = [
 
 [[package]]
 name = "joystream-node"
-version = "3.0.0"
+version = "3.0.1"
 dependencies = [
  "frame-benchmarking",
  "frame-benchmarking-cli",

+ 1 - 1
node/Cargo.toml

@@ -3,7 +3,7 @@ authors = ['Joystream contributors']
 build = 'build.rs'
 edition = '2018'
 name = 'joystream-node'
-version = '3.0.0'
+version = '3.0.1'
 default-run = "joystream-node"
 
 [[bin]]