Skip to content

Commit f7acd7e

Browse files
Merge pull request #192 from thomastaylor312/chore/rc_bump
chore(*): Bumps version to 0.8.0-rc.1
2 parents 78aca99 + 68b3503 commit f7acd7e

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wadm"
33
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
4-
version = "0.7.1"
4+
version = "0.8.0-rc.1"
55
edition = "2021"
66
authors = ["wasmCloud Team"]
77
keywords = ["webassembly", "wasmcloud", "wadm"]

src/workers/event.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,15 +1441,13 @@ mod test {
14411441
annotations: None,
14421442
instance_id: "1".to_string(),
14431443
revision: 0,
1444-
// TODO: FIXME
14451444
image_ref: None,
14461445
max_concurrent: 0,
14471446
},
14481447
ActorInstance {
14491448
annotations: None,
14501449
instance_id: "2".to_string(),
14511450
revision: 0,
1452-
// TODO: FIXME
14531451
image_ref: None,
14541452
max_concurrent: 0,
14551453
},
@@ -1465,15 +1463,13 @@ mod test {
14651463
annotations: None,
14661464
instance_id: "3".to_string(),
14671465
revision: 0,
1468-
// TODO: FIXME
14691466
image_ref: None,
14701467
max_concurrent: 0,
14711468
},
14721469
ActorInstance {
14731470
annotations: None,
14741471
instance_id: "4".to_string(),
14751472
revision: 0,
1476-
// TODO: FIXME
14771473
image_ref: None,
14781474
max_concurrent: 0,
14791475
},
@@ -1520,15 +1516,13 @@ mod test {
15201516
annotations: None,
15211517
instance_id: "5".to_string(),
15221518
revision: 0,
1523-
// TODO: FIXME
15241519
image_ref: None,
15251520
max_concurrent: 0,
15261521
},
15271522
ActorInstance {
15281523
annotations: None,
15291524
instance_id: "6".to_string(),
15301525
revision: 0,
1531-
// TODO: FIXME
15321526
image_ref: None,
15331527
max_concurrent: 0,
15341528
},
@@ -1544,15 +1538,13 @@ mod test {
15441538
annotations: None,
15451539
instance_id: "7".to_string(),
15461540
revision: 0,
1547-
// TODO: FIXME
15481541
image_ref: None,
15491542
max_concurrent: 0,
15501543
},
15511544
ActorInstance {
15521545
annotations: None,
15531546
instance_id: "8".to_string(),
15541547
revision: 0,
1555-
// TODO: FIXME
15561548
image_ref: None,
15571549
max_concurrent: 0,
15581550
},
@@ -1754,15 +1746,13 @@ mod test {
17541746
annotations: None,
17551747
instance_id: "3".to_string(),
17561748
revision: 0,
1757-
// TODO: FIXME
17581749
image_ref: None,
17591750
max_concurrent: 0,
17601751
},
17611752
ActorInstance {
17621753
annotations: None,
17631754
instance_id: "4".to_string(),
17641755
revision: 0,
1765-
// TODO: FIXME
17661756
image_ref: None,
17671757
max_concurrent: 0,
17681758
},
@@ -1789,15 +1779,13 @@ mod test {
17891779
annotations: None,
17901780
instance_id: "7".to_string(),
17911781
revision: 0,
1792-
// TODO: FIXME
17931782
image_ref: None,
17941783
max_concurrent: 0,
17951784
},
17961785
ActorInstance {
17971786
annotations: None,
17981787
instance_id: "8".to_string(),
17991788
revision: 0,
1800-
// TODO: FIXME
18011789
image_ref: None,
18021790
max_concurrent: 0,
18031791
},
@@ -1986,15 +1974,13 @@ mod test {
19861974
annotations: None,
19871975
instance_id: "1".to_string(),
19881976
revision: 0,
1989-
// TODO: FIXME
19901977
image_ref: None,
19911978
max_concurrent: 0,
19921979
},
19931980
ActorInstance {
19941981
annotations: None,
19951982
instance_id: "2".to_string(),
19961983
revision: 0,
1997-
// TODO: FIXME
19981984
image_ref: None,
19991985
max_concurrent: 0,
20001986
},
@@ -2009,7 +1995,6 @@ mod test {
20091995
annotations: None,
20101996
instance_id: "3".to_string(),
20111997
revision: 0,
2012-
// TODO: FIXME
20131998
image_ref: None,
20141999
max_concurrent: 0,
20152000
}],
@@ -2389,15 +2374,13 @@ mod test {
23892374
instance_id: "1".to_string(),
23902375
annotations: None,
23912376
revision: 0,
2392-
// TODO: FIXME
23932377
image_ref: None,
23942378
max_concurrent: 0,
23952379
},
23962380
ActorInstance {
23972381
instance_id: "2".to_string(),
23982382
annotations: None,
23992383
revision: 0,
2400-
// TODO: FIXME
24012384
image_ref: None,
24022385
max_concurrent: 0,
24032386
},

0 commit comments

Comments
 (0)